Jan Dittberner
5efc57d2c3
- add audit logging for user changes - refactor model errors into functions - implement user delete form and submit handlers
3 lines
No EOL
94 B
SQL
3 lines
No EOL
94 B
SQL
-- add an audit table to track changes to users
|
|
DROP INDEX audit_change_idx;
|
|
DROP TABLE audit; |