Merge pull request #3921 from turbo124/v2
Force migrations in productions after Self-Update runs
This commit is contained in:
commit
0c11e93b7b
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ class PostUpdate extends Command
|
|||
info("running post update");
|
||||
|
||||
try {
|
||||
Artisan::call('migrate');
|
||||
Artisan::call('migrate',['--force' => true]);
|
||||
} catch (Exception $e) {
|
||||
\Log::error("I wasn't able to migrate the data.");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue