mirror of
https://github.com/coder/coder.git
synced 2026-06-03 13:08:25 +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)
2 lines
76 B
SQL
2 lines
76 B
SQL
ALTER TABLE organizations DROP COLUMN IF EXISTS workspace_sharing_disabled;
|