Files
coder/coderd/database/migrations/000209_custom_roles.down.sql
Steven Masley cf91eff7cf chore: implement databased backend for custom roles (#13295)
Includes db schema and dbauthz layer for upserting custom roles. Unit test in `customroles_test.go` verify against escalating permissions through this feature.
2024-05-16 13:11:26 -05:00

3 lines
85 B
SQL

DROP INDEX IF EXISTS idx_custom_roles_name_lower;
DROP TABLE IF EXISTS custom_roles;