mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fixes for migration (#3577)
This commit is contained in:
parent
2bf05ba96d
commit
1fd7ecbbe6
@ -92,7 +92,7 @@ class StartMigration implements ShouldQueue
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->company->setMigration(false);
|
$this->company->setMigration(true);
|
||||||
|
|
||||||
$file = storage_path("migrations/$filename/migration.json");
|
$file = storage_path("migrations/$filename/migration.json");
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user