diff options
Diffstat (limited to 'src/exchangedb/drop0002.sql')
-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; |