mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
6 lines
123 B
SQL
6 lines
123 B
SQL
UPDATE notification_templates
|
|
SET
|
|
"group" = E'Workspace Events'
|
|
WHERE
|
|
id = '4e19c0ac-94e1-4532-9515-d1801aa283b2';
|