Files
coder/coderd/database/migrations/000234_fix_notifications_user_created.down.sql
T

6 lines
204 B
SQL

UPDATE notification_templates
SET
body_template = E'Hi {{.UserName}},\n\New user account **{{.Labels.created_account_name}}** has been created.'
WHERE
id = '4e19c0ac-94e1-4532-9515-d1801aa283b2';