Files
kycnotme/web/prisma/migrations/20250706140819_strict_commenting_enabled/migration.sql
2025-07-06 18:03:45 +00:00

3 lines
109 B
SQL

-- AlterTable
ALTER TABLE "Service" ADD COLUMN "strictCommentingEnabled" BOOLEAN NOT NULL DEFAULT false;