Files
coder/coderd/database/migrations/000406_add_system_role_support.down.sql
T
George K cc2efe9e1f feat(coderd/rbac): make organization-member a per-org system custom role (#21359)
Migrated the built-in organization-member role to DB storage so it can be customized per org.

Closes https://github.com/coder/internal/issues/1073 (part 1)
2026-01-12 18:19:19 -08:00

4 lines
126 B
SQL

ALTER TABLE custom_roles DROP COLUMN IF EXISTS member_permissions;
ALTER TABLE custom_roles DROP COLUMN IF EXISTS is_system;