rolling back some changes I made
authorRogan Hamby <rhamby@esilibrary.com>
Fri, 16 Feb 2018 19:33:00 +0000 (14:33 -0500)
committerRogan Hamby <rhamby@esilibrary.com>
Fri, 16 Feb 2018 19:33:00 +0000 (14:33 -0500)
mig-bin/mig-sql

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