mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
6 lines
204 B
SQL
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';
|