mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2025-12-30 11:38:07 +03:00
✨ Remove database schema updates and migrations; simplify entrypoint script and related commands
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user