From 044a73c3f059002273222c458067f2fd42c5960e Mon Sep 17 00:00:00 2001 From: Marko Djordjevic Date: Fri, 20 Feb 2026 22:19:36 +0100 Subject: [PATCH] Add db:migrate npm script for local development convenience Co-Authored-By: Claude Sonnet 4.6 --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index c54f0fe..921f01d 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,7 @@ "build": "next build", "start": "next start", "lint": "next lint", + "db:migrate": "drizzle-kit migrate", "import-annotations": "tsx scripts/import_talib_annotations.ts", "list-charts": "tsx scripts/list_charts.ts" },