Remove database schema updates and migrations; simplify entrypoint script and related commands

This commit is contained in:
Arunavo Ray
2025-05-19 09:02:39 +05:30
parent 8a9acd4bf7
commit e1faea72d5
5 changed files with 5 additions and 163 deletions

View File

@@ -16,9 +16,6 @@
"check-db": "tsx scripts/manage-db.ts check",
"fix-db": "tsx scripts/manage-db.ts fix",
"reset-users": "tsx scripts/manage-db.ts reset-users",
"update-schema": "tsx scripts/manage-db.ts update-schema",
"db-auto": "tsx scripts/manage-db.ts auto",
"run-migrations": "tsx scripts/run-migrations.ts",
"preview": "astro preview",
"start": "node dist/server/entry.mjs",
"start:fresh": "pnpm cleanup-db && pnpm manage-db init && node dist/server/entry.mjs",