Files
coder/coderd/database/migrations/000214_org_custom_role_array.down.sql
Steven Masley e3206612e1 chore: implement typed database for custom permissions (breaks existing custom roles) (#13457)
* chore: typed database custom permissions
* add migration to fix any custom roles out there
2024-06-04 09:27:44 -05:00

2 lines
48 B
SQL

UPDATE custom_roles SET org_permissions = '{}';