mirror of
https://github.com/coder/coder.git
synced 2026-06-03 04:58:23 +00:00
e3206612e1
* 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 = '{}';
|