fix: skip new col if already exists

This commit is contained in:
Henry
2026-02-01 22:52:25 +00:00
parent 672dfe6540
commit b422907b53

View File

@@ -1 +1 @@
ALTER TABLE "workspace" ADD COLUMN "showEmailsToMembers" boolean NOT NULL DEFAULT true;
ALTER TABLE "workspace" ADD COLUMN IF NOT EXISTS "showEmailsToMembers" boolean NOT NULL DEFAULT true;