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

Skip to content

Commit dca2b8b

Browse files
committed
Fix
1 parent b5a1ecc commit dca2b8b

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
72+
workspace_builds.workspace_id = workspaces.id
7373
ORDER BY
7474
build_number DESC,
7575
workspace_agents.last_connected_at ASC,

0 commit comments

Comments
 (0)