From eaa58a17e0085ec594c48e6f0f9b3405e6abef07 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 10 Dec 2020 23:54:47 +0100 Subject: add missing drops --- src/exchangedb/drop0002.sql | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src') diff --git a/src/exchangedb/drop0002.sql b/src/exchangedb/drop0002.sql index 224c7f50c..482e11384 100644 --- a/src/exchangedb/drop0002.sql +++ b/src/exchangedb/drop0002.sql @@ -22,5 +22,11 @@ BEGIN; -- Unregister patch (0002.sql) SELECT _v.unregister_patch('exchange-0002'); +DROP TABLE auditors; +DROP TABLE auditor_denom_sigs; +DROP TABLE exchange_sign_keys; +DROP TABLE wire_accounts; +DROP TABLE signkey_revocations; + -- And we're out of here... COMMIT; -- cgit v1.2.3