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

Skip to content

Commit 0a5d972

Browse files
committed
fix pq type
1 parent 57fe5db commit 0a5d972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/database/queries/workspaces.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ WHERE
3030
END
3131
-- Filter by name
3232
AND CASE
33-
WHEN @name :: string != '' THEN
33+
WHEN @name :: text != '' THEN
3434
name = LOWER(@name)
3535
ELSE true
3636
END

0 commit comments

Comments
 (0)