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)
3 lines
100 B
SQL
3 lines
100 B
SQL
ALTER TABLE organizations
|
|
ADD COLUMN workspace_sharing_disabled boolean NOT NULL DEFAULT false;
|