summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-02-24 18:29:09 +0100
committerChristian Grothoff <christian@grothoff.org>2020-02-24 18:29:09 +0100
commitbadbe6d8ea6879b484226ccb2d046b496364ea24 (patch)
tree7867088c8497d32512d2d4891f490315b8ed54f6
parentb77637ce9f59fd2fdb46e950cf92042e79b0dcad (diff)
downloadexchange-badbe6d8ea6879b484226ccb2d046b496364ea24.tar.gz
exchange-badbe6d8ea6879b484226ccb2d046b496364ea24.tar.bz2
exchange-badbe6d8ea6879b484226ccb2d046b496364ea24.zip
also drop signkeys table
-rw-r--r--src/auditordb/drop0001.sql1
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;