mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
4 lines
112 B
SQL
4 lines
112 B
SQL
UPDATE notification_templates
|
|
SET name = 'Test Notification'
|
|
WHERE id = 'c425f63e-716a-4bf4-ae24-78348f706c3f';
|