mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
feat(site): implement notification ui (#14175)
This commit is contained in:
@@ -170,4 +170,5 @@ WHERE id = @id::uuid;
|
||||
-- name: GetNotificationTemplatesByKind :many
|
||||
SELECT *
|
||||
FROM notification_templates
|
||||
WHERE kind = @kind::notification_template_kind;
|
||||
WHERE kind = @kind::notification_template_kind
|
||||
ORDER BY name ASC;
|
||||
|
||||
Reference in New Issue
Block a user