Add "SET search_path" command in dbinit
[gruntmaster-data.git] / lib / Gruntmaster / Data.pm
index a9c128d0cbb330c914eefdd6a85024495db214e7..7b90c872df7d2717aee7261f99e3e84b417e79c2 100644 (file)
@@ -47,6 +47,7 @@ sub db () { $db }
 sub dbinit {
        $db = DBIx::Simple->new(@_);
        $db->keep_statements = 100;
+       $db->dbh->do('SET search_path TO gruntmaster, public');
 };
 
 sub purge;
This page took 0.009035 seconds and 4 git commands to generate.