diff --git a/public/installer/MigrationRun.php b/public/installer/MigrationRun.php index 330313de3..f80faf601 100755 --- a/public/installer/MigrationRun.php +++ b/public/installer/MigrationRun.php @@ -4,7 +4,7 @@ $data = array(); // run command on terminal -$command = 'cd ../.. && php artisan migrate'; +$command = 'cd ../.. && php artisan migrate --force'; $last_line = exec($command, $data['migrate'], $data['results']); // return a response