mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
fix: Run "make gen" to regenerate queries (#1504)
This is broken in our CI, and should be fixed! I'll likely tackle in a future PR.
This commit is contained in:
@ -3214,8 +3214,7 @@ FROM
|
||||
WHERE
|
||||
template_id = ANY($1 :: uuid [ ])
|
||||
GROUP BY
|
||||
template_id,
|
||||
owner_id
|
||||
template_id
|
||||
`
|
||||
|
||||
type GetWorkspaceOwnerCountsByTemplateIDsRow struct {
|
||||
|
Reference in New Issue
Block a user