mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00:00
* feat: add hidden enterprise cmd command to list roles This includes custom roles, and has a json ouput option for more granular permissions
4 lines
114 B
SQL
4 lines
114 B
SQL
ALTER TABLE custom_roles
|
|
-- This column is nullable, meaning no organization scope
|
|
DROP COLUMN organization_id;
|