commenting out the other way of invoking path
authorRogan Hamby <rhamby@esilibrary.com>
Fri, 16 Feb 2018 16:52:11 +0000 (11:52 -0500)
committerRogan Hamby <rhamby@esilibrary.com>
Fri, 16 Feb 2018 16:52:11 +0000 (11:52 -0500)
mig-bin/mig-sql

index bbe564f..8d90c55 100755 (executable)
@@ -33,7 +33,7 @@ use Mig;
 
 my @MYARGV = (
      'psql'
-    ,'options=--search_path=' . $MIGSCHEMA . ',public,evergreen,pg_catalog'
+    #,'options=--search_path=' . $MIGSCHEMA . ',public,evergreen,pg_catalog'
     ,'-vmigschema=' . $MIGSCHEMA
 );
 if (defined $BIBSTART) {