mirror of
https://github.com/coder/coder.git
synced 2025-07-06 15:41:45 +00:00
* chore: typed database custom permissions * add migration to fix any custom roles out there
2 lines
48 B
SQL
2 lines
48 B
SQL
UPDATE custom_roles SET org_permissions = '{}';
|