- 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)
27 lines
No EOL
504 B
JSON
27 lines
No EOL
504 B
JSON
{
|
|
"version": "7",
|
|
"dialect": "sqlite",
|
|
"entries": [
|
|
{
|
|
"idx": 0,
|
|
"version": "6",
|
|
"when": 1770907611962,
|
|
"tag": "0000_goofy_captain_midlands",
|
|
"breakpoints": true
|
|
},
|
|
{
|
|
"idx": 1,
|
|
"version": "6",
|
|
"when": 1770915891699,
|
|
"tag": "0001_sticky_shinko_yamashiro",
|
|
"breakpoints": true
|
|
},
|
|
{
|
|
"idx": 2,
|
|
"version": "6",
|
|
"when": 1770937855462,
|
|
"tag": "0002_careful_synch",
|
|
"breakpoints": true
|
|
}
|
|
]
|
|
} |