cacert-boardvoting/internal/migrations/2022060101_add_audit_table.down.sql
Jan Dittberner 5efc57d2c3 Implement user deletion
- add audit logging for user changes
- refactor model errors into functions
- implement user delete form and submit handlers
2022-06-01 18:57:38 +02:00

3 lines
No EOL
94 B
SQL

-- add an audit table to track changes to users
DROP INDEX audit_change_idx;
DROP TABLE audit;