exchange

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

commit 9ed9c018788dd7751dcc306a24615e76e65bec48
parent 7f10627a31042c63e0f3840e657a8e5ead510321
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;