Skip to content

refactor: consolidate template and workspace acl validation #19192

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 16 commits into from
Aug 7, 2025
Prev Previous commit
Next Next commit
commit of shame
  • Loading branch information
aslilac committed Aug 6, 2025
commit 3a7c8e66ea49ef1abe7b53f385d55c5b4b0c5e73
2 changes: 1 addition & 1 deletion coderd/database/queries/groups.sql
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ SELECT
FROM
-- Preserve rows where there is not a matching left (groups) row for each
-- right (input) row...
users
groups
RIGHT JOIN input ON groups.id = input.id
WHERE
-- ...so that we can retain exactly those rows where an input ID does not
Expand Down
Loading