Skip to content

Commit e4c1c7d

Browse files
committed
Fix sqlc arg
1 parent 4cc1822 commit e4c1c7d

File tree

2 files changed

+120
-120
lines changed

2 files changed

+120
-120
lines changed

coderd/database/queries.sql.go

Lines changed: 119 additions & 119 deletions
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
@@ -127,7 +127,7 @@ WHERE
127127
-- Optionally include deleted workspaces
128128
workspaces.deleted = @deleted
129129
AND CASE
130-
WHEN @statu :: text != '' THEN
130+
WHEN @status :: text != '' THEN
131131
CASE
132132
-- Some workspace specific status refer to the transition
133133
-- type. By default, the standard provisioner job status

0 commit comments

Comments
 (0)