mirror of
https://github.com/coder/coder.git
synced 2026-09-23 22:20:22 +08:00
Refs #25936. Adds a configurable per-org default member role set. Unioned into each member's effective roles at read time. <sub>with Coder Agents on behalf of @Emyrk.</sub>
2 lines
74 B
SQL
2 lines
74 B
SQL
ALTER TABLE organizations DROP COLUMN IF EXISTS default_org_member_roles;
|