Skip to content

Commit c933511

Browse files
committed
makegen
1 parent 6582a48 commit c933511

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

coderd/database/queries.sql.go

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

coderd/database/queries/workspacebuilds.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ WHERE
203203
wb.created_at >= @since
204204
AND pj.completed_at IS NOT NULL
205205
GROUP BY
206-
w.template_id, template_name, template_display_name, template_organization_id;
206+
w.template_id, template_name, template_display_name, template_organization_id
207207
ORDER BY
208208
template_name ASC;
209209

0 commit comments

Comments
 (0)