Skip to content

Commit 3490c57

Browse files
committed
WIP
1 parent 3d65010 commit 3490c57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/database/queries/workspacebuilds.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ SELECT
210210
tv.name AS template_version_name,
211211
u.username AS workspace_owner_username,
212212
w.name AS workspace_name,
213-
wb.build_number AS workspace_build_number,
213+
wb.build_number AS workspace_build_number
214214
FROM
215215
workspace_build_with_user AS wb
216216
JOIN

0 commit comments

Comments
 (0)