You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cacert-boardvoting/internal/migrations/2022060101_add_audit_table....

3 lines
94 B
SQL

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