Skip to content

Commit 4e787ec

Browse files
committed
fix
1 parent 9c47637 commit 4e787ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/database/migrations/000234_notifications_user_deleted.up.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
INSERT INTO notification_templates (id, name, title_template, body_template, "group", actions)
22
VALUES ('f44d9314-ad03-4bc8-95d0-5cad491da6b6', 'User account deleted', E'User account "{{.Labels.deleted_account_name}}" deleted',
33
E'Hi {{.UserName}},\n\nUser account **{{.Labels.created_account_name}}** has been deleted.',
4-
'Workspace Events', '[
4+
'User Events', '[
55
{
66
"label": "View accounts",
77
"url": "{{ base_url }}/deployment/users?filter=status%3Aactive"

0 commit comments

Comments
 (0)