exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit cc8eecca91678258b68264ef85c240fe35bc8b40
parent 9e0cb7d91fddb95dead6056e542bb5aa584ab43a
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 19 May 2020 02:13:17 +0200

fix drop call

Diffstat:
Msrc/exchangedb/drop0001.sql | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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;