Files
kycnotme/web/prisma/migrations/20250706140819_strict_commenting_enabled/migration.sql

3 lines
109 B
MySQL
Raw Normal View History

2025-07-06 18:03:45 +00:00
-- AlterTable
ALTER TABLE "Service" ADD COLUMN "strictCommentingEnabled" BOOLEAN NOT NULL DEFAULT false;