From 9ed9c018788dd7751dcc306a24615e76e65bec48 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 19 May 2020 02:13:17 +0200 Subject: fix drop call --- src/exchangedb/drop0001.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/exchangedb/drop0001.sql') 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; 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; -- cgit v1.2.3