Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e1d5fec

Browse files
committed
Fix SQL
1 parent 4d71c94 commit e1d5fec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/database/migrations/000229_dormancy_notification_template.up.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ VALUES (
1818
"label": "View workspace",
1919
"url": "{{ base_url }}/@{{.UserName}}/{{.Labels.name}}"
2020
}
21-
]'::jsonb,
21+
]'::jsonb
2222
),
2323
(
2424
'51ce2fdf-c9ca-4be1-8d70-628674f9bc42',

0 commit comments

Comments
 (0)