Files
Yumi/prisma/migrations/20240305085429_early_access_and_purge/migration.sql
T
2024-03-05 15:57:26 +07:00

4 lines
162 B
SQL

-- AlterTable
ALTER TABLE "Guild" ADD COLUMN "EarlyAccess_Enabled" BOOLEAN NOT NULL DEFAULT false,
ADD COLUMN "Purge_Limit" INTEGER NOT NULL DEFAULT 300;