gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: add search path for auditor rest


From: gnunet
Subject: [taler-exchange] branch master updated: add search path for auditor restart
Date: Thu, 28 Jul 2022 22:00:29 +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 0f5d6c96 add search path for auditor restart
0f5d6c96 is described below

commit 0f5d6c9653abf49591e36b884ee03603c23925e9
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Jul 28 22:00:24 2022 +0200

    add search path for auditor restart
---
 src/auditordb/restart.sql | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/auditordb/restart.sql b/src/auditordb/restart.sql
index 90bb5955..a3cf09e6 100644
--- a/src/auditordb/restart.sql
+++ b/src/auditordb/restart.sql
@@ -17,6 +17,8 @@
 -- Everything in one big transaction
 BEGIN;
 
+SET search_path TO auditor;
+
 -- This script restart the auditor state as done to RESTART
 -- an audit from scratch. It does NOT drop tables and also
 -- PRESERVES data that running the auditor would not recover,

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]