diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-05-19 02:13:17 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-05-19 02:13:17 +0200 |
commit | cc8eecca91678258b68264ef85c240fe35bc8b40 (patch) | |
tree | 9945691828980f9fb7fcc7e46bd31b67dcb22471 | |
parent | 9e0cb7d91fddb95dead6056e542bb5aa584ab43a (diff) | |
download | exchange-cc8eecca91678258b68264ef85c240fe35bc8b40.tar.gz exchange-cc8eecca91678258b68264ef85c240fe35bc8b40.tar.bz2 exchange-cc8eecca91678258b68264ef85c240fe35bc8b40.zip |
fix drop call
-rw-r--r-- | src/exchangedb/drop0001.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchangedb/drop0001.sql b/src/exchangedb/drop0001.sql index 7ffa7554..4d06fd51 100644 --- a/src/exchangedb/drop0001.sql +++ b/src/exchangedb/drop0001.sql @@ -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; |