mirror of
https://github.com/yusufipk/OpenFrame.git
synced 2026-09-11 09:36:08 +00:00
refactor(db): move rate-limit extras into Prisma migration and remove db-extras script
This commit is contained in:
+1
-2
@@ -15,8 +15,7 @@
|
||||
"db:push": "prisma db push",
|
||||
"db:migrate": "prisma migrate deploy",
|
||||
"db:seed": "prisma db seed",
|
||||
"db:setup": "bun run db:generate && bun run db:push && bun run db:extras",
|
||||
"db:extras": "bun run scripts/db-extras.ts",
|
||||
"db:setup": "bun run db:generate && bun run db:push && bun run db:migrate",
|
||||
"r2:cleanup-orphans:dry": "bun run scripts/r2-orphan-cleanup.ts --dry-run",
|
||||
"r2:cleanup-orphans": "bun run scripts/r2-orphan-cleanup.ts",
|
||||
"bunny:cleanup-orphans:dry": "bun run scripts/bunny-orphan-cleanup.ts --dry-run",
|
||||
|
||||
Reference in New Issue
Block a user