candle-annotator/drizzle
Marko Djordjevic 92d3339a48 feat: add charts table schema and migration with data backfill
- Add charts table with id, name (unique), created_at
- Add chart_id FK to candles table with composite unique on (chart_id, time)
- Add chart_id FK to annotations table
- Custom migration handles existing data: creates 'Imported Data' chart and backfills chart_id
- Recreates tables for NOT NULL constraint (SQLite limitation)
2026-02-13 00:12:21 +01:00
..
meta feat: add charts table schema and migration with data backfill 2026-02-13 00:12:21 +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