commit badbe6d8ea6879b484226ccb2d046b496364ea24
parent b77637ce9f59fd2fdb46e950cf92042e79b0dcad
Author: Christian Grothoff <christian@grothoff.org>
Date: Mon, 24 Feb 2020 18:29:09 +0100
also drop signkeys table
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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;