1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-05 18:52:44 +01:00

Force migrations

This commit is contained in:
David Bomba 2020-07-21 22:00:24 +10:00
parent 5191d1617a
commit e5dca1deb9

View File

@ -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.");
}