adding some basic copy tag and serial tables to the mig init function
[migration-tools.git] / mig-bin / mig-init
index 6ed6811..8382a24 100755 (executable)
@@ -86,7 +86,7 @@ sub loop_through_mig_sql_templates {
     foreach my $file (@files) {
         if ($file =~ /.sql$/) {
             print "executing $file:\n";
-            system( $mig_bin . "mig-sql", ('-f',$file) )
+            system( $mig_bin . "mig-sql", ('-f',$mig_sql . $file) )
         }
     }
 }