mirror of
https://github.com/coder/coder.git
synced 2025-07-06 15:41:45 +00:00
Organization member's table is already scoped to an organization. Rolename should avoid having the org_id appended. Wipes all existing organization role assignments, which should not be used anyway.
2 lines
94 B
SQL
2 lines
94 B
SQL
ALTER TABLE ONLY organization_members ALTER COLUMN roles SET DEFAULT '{organization-member}';
|