mirror of
https://github.com/coder/coder.git
synced 2026-06-03 13:08:25 +00:00
b0788f410f
Rename the "Test Notification" to "Troubleshooting Notification"
4 lines
112 B
SQL
4 lines
112 B
SQL
UPDATE notification_templates
|
|
SET name = 'Test Notification'
|
|
WHERE id = 'c425f63e-716a-4bf4-ae24-78348f706c3f';
|