Run playwright UI tests
This commit is contained in:
@@ -86,7 +86,8 @@ function applySqlMigrations(client: { exec: (query: string) => void }) {
|
||||
'0001_glossy_statement_snapshots.sql',
|
||||
'0002_workflow_task_projection_metadata.sql',
|
||||
'0003_task_stage_event_timeline.sql',
|
||||
'0004_watchlist_company_taxonomy.sql'
|
||||
'0004_watchlist_company_taxonomy.sql',
|
||||
'0005_financial_taxonomy_v3.sql'
|
||||
];
|
||||
|
||||
for (const file of migrationFiles) {
|
||||
|
||||
Reference in New Issue
Block a user