add missing drops

This commit is contained in:
Christian Grothoff 2020-12-10 23:54:47 +01:00
parent 50671ad727
commit eaa58a17e0
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -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;