From 0f5d6c9653abf49591e36b884ee03603c23925e9 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 28 Jul 2022 22:00:24 +0200 Subject: 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 90bb59551..a3cf09e6e 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, -- cgit v1.2.3