Skip to content

chore: change sql parameter for custom roles to be a (name,org) tuple #13480

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 7 commits into from
Jun 6, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fixup sqlc
  • Loading branch information
Emyrk committed Jun 6, 2024
commit a1a42b878b622d10f19a8945dcea8b29da6a73e5
3 changes: 0 additions & 3 deletions coderd/database/sqlc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ sql:
emit_all_enum_values: true
overrides:
# Used in 'CustomRoles' query to filter by (name,organization_id)
- db_type: "name_organization_pairs"
go_type:
type: "NameOrganizationPairs"
- db_type: "name_organization_pair"
go_type:
type: "NameOrganizationPair"
Expand Down
Loading