3 lines
109 B
SQL
3 lines
109 B
SQL
-- AlterTable
|
|
ALTER TABLE "Service" ADD COLUMN "strictCommentingEnabled" BOOLEAN NOT NULL DEFAULT false;
|