Files
got-gaming/prisma/migrations/20250115120000_add_house_points_preferences/migration.sql

10 lines
315 B
SQL

-- AlterTable
ALTER TABLE "SitePreferences" ADD COLUMN "houseJoinPoints" INTEGER NOT NULL DEFAULT 100;
-- AlterTable
ALTER TABLE "SitePreferences" ADD COLUMN "houseLeavePoints" INTEGER NOT NULL DEFAULT 100;
-- AlterTable
ALTER TABLE "SitePreferences" ADD COLUMN "houseCreatePoints" INTEGER NOT NULL DEFAULT 100;