diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-05-19 02:13:17 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-07-05 16:50:12 +0200 |
commit | 9ed9c018788dd7751dcc306a24615e76e65bec48 (patch) | |
tree | 5295711055e451c455dba94817870de124e7ccc9 | |
parent | 7f10627a31042c63e0f3840e657a8e5ead510321 (diff) | |
download | exchange-9ed9c018788dd7751dcc306a24615e76e65bec48.tar.gz exchange-9ed9c018788dd7751dcc306a24615e76e65bec48.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 7ffa7554c..4d06fd510 100644 --- a/src/exchangedb/drop0001.sql +++ b/src/exchangedb/drop0001.sql | |||
@@ -44,7 +44,7 @@ DROP TABLE IF EXISTS denomination_revocations CASCADE; | |||
44 | DROP TABLE IF EXISTS denominations CASCADE; | 44 | DROP TABLE IF EXISTS denominations CASCADE; |
45 | 45 | ||
46 | -- Unregister patch (0001.sql) | 46 | -- Unregister patch (0001.sql) |
47 | SELECT _v.unregister_patch('exchange-0001', NULL, NULL); | 47 | SELECT _v.unregister_patch('exchange-0001'); |
48 | 48 | ||
49 | -- And we're out of here... | 49 | -- And we're out of here... |
50 | COMMIT; | 50 | COMMIT; |