From b8055abedfa757e1305bdd588d48f750bfbf0f90 Mon Sep 17 00:00:00 2001 From: rahul shukla Date: Fri, 8 Mar 2019 10:29:01 +0530 Subject: [PATCH] installer migration run --- public/installer/MigrationRun.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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