mirror of
https://github.com/coder/coder.git
synced 2026-06-03 21:18:24 +00:00
cc2efe9e1f
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)
4 lines
126 B
SQL
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;
|