3 lines
94 B
MySQL
3 lines
94 B
MySQL
|
-- add an audit table to track changes to users
|
||
|
DROP INDEX audit_change_idx;
|
||
|
DROP TABLE audit;
|