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:
Kyle Carberry
2022-05-16 23:47:31 -05:00
committed by GitHub
parent f75d29e38e
commit 55bd7aa747
2 changed files with 20 additions and 21 deletions

View File

@ -3214,8 +3214,7 @@ FROM
WHERE
template_id = ANY($1 :: uuid [ ])
GROUP BY
template_id,
owner_id
template_id
`
type GetWorkspaceOwnerCountsByTemplateIDsRow struct {