Files
coder/coderd/database/migrations/000322_rename_test_notification.up.sql
Danielle Maywood b0788f410f chore: rename "Test Notification" to "Troubleshooting Notification" (#17790)
Rename the "Test Notification" to "Troubleshooting Notification"
2025-05-13 13:52:55 +01:00

4 lines
123 B
SQL

UPDATE notification_templates
SET name = 'Troubleshooting Notification'
WHERE id = 'c425f63e-716a-4bf4-ae24-78348f706c3f';