feat(taxonomy): add rust sidecar compact surface pipeline
This commit is contained in:
@@ -92,7 +92,9 @@ function applySqlMigrations(client: { exec: (query: string) => void }) {
|
||||
'0006_coverage_journal_tracking.sql',
|
||||
'0007_company_financial_bundles.sql',
|
||||
'0008_research_workspace.sql',
|
||||
'0009_task_notification_context.sql'
|
||||
'0009_task_notification_context.sql',
|
||||
'0010_taxonomy_surface_sidecar.sql',
|
||||
'0011_remove_legacy_xbrl_defaults.sql'
|
||||
];
|
||||
|
||||
for (const file of migrationFiles) {
|
||||
|
||||
Reference in New Issue
Block a user