summaryrefslogtreecommitdiff
path: root/src/exchangedb
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-12-10 23:54:47 +0100
committerChristian Grothoff <christian@grothoff.org>2020-12-10 23:54:47 +0100
commiteaa58a17e0085ec594c48e6f0f9b3405e6abef07 (patch)
treed2fd7a45d4f9c8dfb991553aafe0dcfa12657590 /src/exchangedb
parent50671ad727012f6bdeb43fe6436a5938f1747c46 (diff)
downloadexchange-eaa58a17e0085ec594c48e6f0f9b3405e6abef07.tar.gz
exchange-eaa58a17e0085ec594c48e6f0f9b3405e6abef07.tar.bz2
exchange-eaa58a17e0085ec594c48e6f0f9b3405e6abef07.zip
add missing drops
Diffstat (limited to 'src/exchangedb')
-rw-r--r--src/exchangedb/drop0002.sql6
1 files changed, 6 insertions, 0 deletions
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;