[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-exchange] branch master updated: fix search path
From: |
gnunet |
Subject: |
[taler-exchange] branch master updated: fix search path |
Date: |
Fri, 29 Sep 2023 17:22:17 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository exchange.
The following commit(s) were added to refs/heads/master by this push:
new e370b3dc fix search path
e370b3dc is described below
commit e370b3dc87590fc0ebd6c431a13a68cabb39aab6
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Sep 29 17:21:51 2023 +0200
fix search path
---
src/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
index 75b6991c..ab0db2fb 100644
--- 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
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-exchange] branch master updated: fix search path,
gnunet <=