Skip to content

Commit a1a42b8

Browse files
committed
fixup sqlc
1 parent dc7fe77 commit a1a42b8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

coderd/database/sqlc.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ sql:
2929
emit_all_enum_values: true
3030
overrides:
3131
# Used in 'CustomRoles' query to filter by (name,organization_id)
32-
- db_type: "name_organization_pairs"
33-
go_type:
34-
type: "NameOrganizationPairs"
3532
- db_type: "name_organization_pair"
3633
go_type:
3734
type: "NameOrganizationPair"

0 commit comments

Comments
 (0)