Files
coder/coderd/database/migrations/000216_custom_role_pair_parameter.up.sql
T
Steven Masley e2b330fcba chore: change sql parameter for custom roles to be a (name,org_id) tuple (#13480)
* chore: sql parameter to custom roles to be a (name,org) tuple

CustomRole lookup takes (name,org_id) tuples as the search criteria.
2024-06-06 15:36:37 -05:00

2 lines
73 B
SQL

CREATE TYPE name_organization_pair AS (name text, organization_id uuid);