feat: Prisma migration

This commit is contained in:
2024-03-05 15:57:26 +07:00
parent 55959c4b5a
commit e149e806dd
3 changed files with 29 additions and 0 deletions
@@ -0,0 +1,3 @@
-- AlterTable
ALTER TABLE "Guild" ADD COLUMN "EarlyAccess_Enabled" BOOLEAN NOT NULL DEFAULT false,
ADD COLUMN "Purge_Limit" INTEGER NOT NULL DEFAULT 300;