mirror of
https://github.com/kirameki-cafe/Yumi.git
synced 2026-09-13 18:59:19 +00:00
✨ feat: Prisma migration
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user