mirror of
https://github.com/coder/coder.git
synced 2025-07-21 01:28:49 +00:00
fix: wrong notification group (#14112)
This commit is contained in:
@ -0,0 +1,5 @@
|
||||
UPDATE notification_templates
|
||||
SET
|
||||
"group" = E'Workspace Events'
|
||||
WHERE
|
||||
id = '4e19c0ac-94e1-4532-9515-d1801aa283b2';
|
@ -0,0 +1,5 @@
|
||||
UPDATE notification_templates
|
||||
SET
|
||||
"group" = E'User Events'
|
||||
WHERE
|
||||
id = '4e19c0ac-94e1-4532-9515-d1801aa283b2';
|
Reference in New Issue
Block a user