mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
Includes db schema and dbauthz layer for upserting custom roles. Unit test in `customroles_test.go` verify against escalating permissions through this feature.
3 lines
85 B
SQL
3 lines
85 B
SQL
DROP INDEX IF EXISTS idx_custom_roles_name_lower;
|
|
DROP TABLE IF EXISTS custom_roles;
|