fix: remove all SQLite references (migrate.ts, migration script, package.json)

This commit is contained in:
Marko Djordjevic 2026-02-17 23:34:12 +01:00
parent 28725caaa8
commit 2481fda68c
14 changed files with 1523 additions and 524 deletions

View file

@ -9,8 +9,7 @@
"start": "next start",
"lint": "next lint",
"import-annotations": "tsx scripts/import_talib_annotations.ts",
"list-charts": "tsx scripts/list_charts.ts",
"migrate:sqlite-to-postgres": "tsx scripts/migrate-sqlite-to-postgres.ts"
"list-charts": "tsx scripts/list_charts.ts"
},
"keywords": [],
"author": "",