Files
Yumi/prisma/migrations/20240305085429_early_access_and_purge/migration.sql
T

4 lines
162 B
SQL
Raw Normal View History

2024-03-05 15:57:26 +07:00
-- AlterTable
ALTER TABLE "Guild" ADD COLUMN "EarlyAccess_Enabled" BOOLEAN NOT NULL DEFAULT false,
ADD COLUMN "Purge_Limit" INTEGER NOT NULL DEFAULT 300;