diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-12-10 23:54:47 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-12-10 23:54:47 +0100 |
commit | eaa58a17e0085ec594c48e6f0f9b3405e6abef07 (patch) | |
tree | d2fd7a45d4f9c8dfb991553aafe0dcfa12657590 /src | |
parent | 50671ad727012f6bdeb43fe6436a5938f1747c46 (diff) |
add missing drops
Diffstat (limited to 'src')
-rw-r--r-- | src/exchangedb/drop0002.sql | 6 |
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; |