summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/auditordb/restart.sql2
1 files changed, 2 insertions, 0 deletions
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,