mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +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 = '{}';
|