er/prisma/migrations/20230622181924_allow_guild_perk_role_disable/migration.sql

3 lines
108 B
MySQL
Raw Normal View History

-- AlterTable
ALTER TABLE "guild" ADD COLUMN "auto_create_booster_roles" BOOLEAN NOT NULL DEFAULT true;