adding load report file for resource mate
[migration-tools.git] / mig-bin / mig-sql
index f4e1cf7..1cb7d92 100755 (executable)
@@ -33,9 +33,8 @@ use Mig;
 
 my @MYARGV = (
      'psql'
-    ,'--set=mig_schema=' . $MIGSCHEMA
-    #,'options=--search_path=' . $MIGSCHEMA . ',public,evergreen,pg_catalog'
     ,'-vmigschema=' . $MIGSCHEMA
+    ,'-F ' . "\t"
 );
 if (defined $BIBSTART) {
     push @MYARGV, '-vbibstart=' . $BIBSTART;