fix drop call

This commit is contained in:
Christian Grothoff 2020-05-19 02:13:17 +02:00
parent 9e0cb7d91f
commit cc8eecca91
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -44,7 +44,7 @@ DROP TABLE IF EXISTS denomination_revocations CASCADE;
DROP TABLE IF EXISTS denominations CASCADE;
-- Unregister patch (0001.sql)
SELECT _v.unregister_patch('exchange-0001', NULL, NULL);
SELECT _v.unregister_patch('exchange-0001');
-- And we're out of here...
COMMIT;