commenting out the other way of invoking path
[migration-tools.git] / 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) {