candle-annotator/drizzle
Marko Djordjevic 2bde38d0bf fix: resolve database migration failures and startup ordering
- Add scripts/run-migrations.js to run migrations before data loading
- Fix startup.sh ordering: migrations -> data load -> app start
- Fix migration 0005 missing statement-breakpoint between ALTER TABLE statements
- Add migration 0005 to drizzle journal (was missing)
- Fix load-initial-data.js to check table existence before querying
- Fix load-initial-data.js to create chart record before inserting candles (chart_id NOT NULL constraint)
- Simplify db/index.ts migration error handling (remove overly broad 'already exists' catch)
- Add pre-migration check for inconsistent DB state (tables without migration tracking)
2026-02-16 19:59:47 +01:00
..
meta fix: resolve database migration failures and startup ordering 2026-02-16 19:59:47 +01:00
0000_goofy_captain_midlands.sql Add drizzle migration files and remove drizzle/ from .gitignore 2026-02-12 14:47:06 +00:00
0001_sticky_shinko_yamashiro.sql feat: add annotation types management system 2026-02-12 18:17:44 +01:00
0002_careful_synch.sql feat: add charts table schema and migration with data backfill 2026-02-13 00:12:21 +01:00
0003_demonic_captain_flint.sql feat: add database schema, migrations, and API endpoints for span annotations 2026-02-14 05:56:28 +01:00
0004_add_default_span_label_types.sql feat: add span-label-types link to main page and create migration for default types 2026-02-14 11:16:33 +01:00
0005_add_source_and_model_prediction_to_span_annotations.sql fix: resolve database migration failures and startup ordering 2026-02-16 19:59:47 +01:00