Skip to content

Commit 63128a3

Browse files
SasSwartmafredri
andauthored
Update coderd/database/queries/insights.sql
Co-authored-by: Mathias Fredriksson <mafredri@gmail.com>
1 parent 9457ac8 commit 63128a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/database/queries/insights.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -890,5 +890,5 @@ SELECT
890890
) AS count
891891
FROM ranked_status_change_per_user_per_date rscpupd
892892
CROSS JOIN statuses
893-
GROUP BY date, statuses.new_status;
893+
GROUP BY rscpupd.date, statuses.new_status;
894894

0 commit comments

Comments
 (0)