- Created scripts/migrate-sqlite-to-postgres.py as alternative to TypeScript version - Handles all type conversions: timestamps, booleans, and JSONB fields - Successfully migrated all 2,836 rows from SQLite to PostgreSQL - Verified data integrity: all 6 tables migrated correctly - Charts: 1, Candles: 2,592, Annotations: 4, Span annotations: 223 |
||
|---|---|---|
| .. | ||
| import_talib_annotations.ts | ||
| list_charts.ts | ||
| load-initial-data.js | ||
| migrate-sqlite-to-postgres.py | ||
| migrate-sqlite-to-postgres.ts | ||
| run-migrations.js | ||
| seed-span-labels.ts | ||
| startup.sh | ||