add search path for auditor restart
This commit is contained in:
parent
4d4955e225
commit
0f5d6c9653
@ -17,6 +17,8 @@
|
|||||||
-- Everything in one big transaction
|
-- Everything in one big transaction
|
||||||
BEGIN;
|
BEGIN;
|
||||||
|
|
||||||
|
SET search_path TO auditor;
|
||||||
|
|
||||||
-- This script restart the auditor state as done to RESTART
|
-- This script restart the auditor state as done to RESTART
|
||||||
-- an audit from scratch. It does NOT drop tables and also
|
-- an audit from scratch. It does NOT drop tables and also
|
||||||
-- PRESERVES data that running the auditor would not recover,
|
-- PRESERVES data that running the auditor would not recover,
|
||||||
|
Loading…
Reference in New Issue
Block a user