diff --git a/app/Console/Commands/PostUpdate.php b/app/Console/Commands/PostUpdate.php index 1add8cf765ec..0504c59ec053 100644 --- a/app/Console/Commands/PostUpdate.php +++ b/app/Console/Commands/PostUpdate.php @@ -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."); }