mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08: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}';
|