Files
coder/coderd/database/migrations/000235_fix_notifications_group.up.sql
2024-08-02 10:00:27 +00:00

6 lines
118 B
SQL

UPDATE notification_templates
SET
"group" = E'User Events'
WHERE
id = '4e19c0ac-94e1-4532-9515-d1801aa283b2';