commit 0f5d6c9653abf49591e36b884ee03603c23925e9
parent 4d4955e225011efb02ebce2ecaf7d29198c8d89f
Author: Christian Grothoff <christian@grothoff.org>
Date: Thu, 28 Jul 2022 22:00:24 +0200
add search path for auditor restart
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git 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,