Files
coder/coderd/database/migrations/000218_org_custom_role_audit.down.sql
Steven Masley 0d65143301 chore: implement audit log for custom role edits (#13494)
* chore: implement audit log for custom role edits
2024-06-07 14:11:57 -05:00

3 lines
73 B
SQL

DROP INDEX idx_custom_roles_id;
ALTER TABLE custom_roles DROP COLUMN id;