mirror of
https://github.com/coder/coder.git
synced 2026-09-21 20:51:01 +08: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 = '{}';
|