mirror of
https://github.com/coder/coder.git
synced 2026-09-23 05:43:53 +08:00
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;
|