Skip to content

Commit 4242fd9

Browse files
authored
fix: wrong notification group (coder#14112)
1 parent 7619d1c commit 4242fd9

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
UPDATE notification_templates
2+
SET
3+
"group" = E'Workspace Events'
4+
WHERE
5+
id = '4e19c0ac-94e1-4532-9515-d1801aa283b2';
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
UPDATE notification_templates
2+
SET
3+
"group" = E'User Events'
4+
WHERE
5+
id = '4e19c0ac-94e1-4532-9515-d1801aa283b2';

0 commit comments

Comments
 (0)