Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita020619

Browse files
committed
Fix templates sorting
1 parent1c62242 commita020619

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

‎coderd/database/queries.sql.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎coderd/database/queries/notifications.sql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,4 +170,5 @@ WHERE id = @id::uuid;
170170
-- name: GetNotificationTemplatesByKind :many
171171
SELECT*
172172
FROM notification_templates
173-
WHERE kind= @kind::notification_template_kind;
173+
WHERE kind= @kind::notification_template_kind
174+
ORDER BY nameASC;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp