mirror of
https://github.com/coder/coder.git
synced 2026-06-03 13:08:25 +00:00
0d65143301
* chore: implement audit log for custom role edits
3 lines
73 B
SQL
3 lines
73 B
SQL
DROP INDEX idx_custom_roles_id;
|
|
ALTER TABLE custom_roles DROP COLUMN id;
|