exchange

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

commit e370b3dc87590fc0ebd6c431a13a68cabb39aab6
parent 74c56c62f0d5b7651e0fb76bc8f21844b0c60f46
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri, 29 Sep 2023 17:21:51 +0200

fix search path

Diffstat:
Msrc/auditordb/auditor-0002.sql.in | 7++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/src/auditordb/auditor-0002.sql.in b/src/auditordb/auditor-0002.sql.in @@ -16,8 +16,13 @@ BEGIN; +-- move later into auditor-0001.sql +CREATE SCHEMA IF NOT EXISTS auditor; +COMMENT ON SCHEMA auditor IS 'taler-auditor data'; + + SELECT _v.register_patch('auditor-0002', NULL, NULL); -SET search_path TO auditordb; +SET search_path TO auditor; CREATE TYPE taler_amount AS