We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2627fd commit 92105c0Copy full SHA for 92105c0
migrations/v2.0.1.sql
@@ -7,7 +7,7 @@
7
8
-- add "topic" column
9
ALTER TABLE "public"."NotificationSettings"
10
- ADD COLUMN "topic" character varying(255);
+ ADD COLUMN "topic" character varying(255) NOT NULL;
11
12
13
UPDATE "NotificationSettings" SET topic='connect.notification.project.timeline.milestone.transition.completed' WHERE "topicOld"='connect.action.timeline.milestone.transition.completed'
0 commit comments