diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-02-24 18:29:09 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-02-24 18:29:09 +0100 |
commit | badbe6d8ea6879b484226ccb2d046b496364ea24 (patch) | |
tree | 7867088c8497d32512d2d4891f490315b8ed54f6 | |
parent | b77637ce9f59fd2fdb46e950cf92042e79b0dcad (diff) |
also drop signkeys table
-rw-r--r-- | src/auditordb/drop0001.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/auditordb/drop0001.sql b/src/auditordb/drop0001.sql index 2a2db9213..80f953e32 100644 --- a/src/auditordb/drop0001.sql +++ b/src/auditordb/drop0001.sql @@ -35,6 +35,7 @@ DROP TABLE IF EXISTS auditor_progress_reserve; DROP TABLE IF EXISTS auditor_progress_aggregation; DROP TABLE IF EXISTS auditor_progress_deposit_confirmation; DROP TABLE IF EXISTS auditor_progress_coin; +DROP TABLE IF EXISTS auditor_exchange_signkeys; DROP TABLE IF EXISTS wire_auditor_progress; DROP TABLE IF EXISTS wire_auditor_account_progress; DROP TABLE IF EXISTS auditor_historic_reserve_summary CASCADE; |