Files
coder/coderd/database/migrations/000235_fix_notifications_group.up.sql
T

6 lines
118 B
SQL

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