Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b5a1ecc

Browse files
committed
Fix
1 parent 7d61519 commit b5a1ecc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

coderd/database/queries.sql.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

coderd/database/queries/workspaces.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ LEFT JOIN LATERAL (
6969
ON
7070
workspace_agents.resource_id = workspace_resources.id
7171
WHERE
72-
workspace_builds.workspace_id = workspace.id--'14260b33-a677-4399-8276-39ba287ec119'
72+
workspace_builds.workspace_id = workspace.id
7373
ORDER BY
7474
build_number DESC,
7575
workspace_agents.last_connected_at ASC,

0 commit comments

Comments
 (0)