chore(quick-260610-cr8-01): remove db:push script from apps/api/package.json

- Delete the 'db:push': 'drizzle-kit push' entry from scripts
- Retain db:generate and db:migrate as the canonical workflow
- JSON remains valid; no other changes
This commit is contained in:
Lucas Berger
2026-06-10 09:15:30 -04:00
parent 68ff72d195
commit f452400517
-1
View File
@@ -10,7 +10,6 @@
"test": "vitest run", "test": "vitest run",
"test:watch": "vitest", "test:watch": "vitest",
"typecheck": "tsc --noEmit", "typecheck": "tsc --noEmit",
"db:push": "drizzle-kit push",
"db:generate": "drizzle-kit generate", "db:generate": "drizzle-kit generate",
"db:migrate": "drizzle-kit migrate" "db:migrate": "drizzle-kit migrate"
}, },