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

Commitab88090

Browse files
authored
feat(coderd/database): order user engagement statistics by date (#16142)
This PR orders user engagement statistics by date as mentioned[here](https://github.com/coder/coder/pull/16134/files#diff-1844f895bb005f036da11d800fe2a76b54bfddd481c5d8cb15f210c64679caa5R47)
1 parenta252d13 commitab88090

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
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/insights.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -900,5 +900,5 @@ SELECT
900900
)AS count
901901
FROM ranked_status_change_per_user_per_date rscpupd
902902
CROSS JOIN statuses
903-
GROUP BYrscpupd.date,statuses.new_status;
904-
903+
GROUP BYrscpupd.date,statuses.new_status
904+
ORDER BYrscpupd.date;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp