mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
migrations
This commit is contained in:
parent
e63b3cb76a
commit
36c5d915f6
@ -227,6 +227,8 @@ class StepsController extends BaseController
|
||||
*/
|
||||
public function generateMigrationData(array $data): array
|
||||
{
|
||||
set_time_limit(0);
|
||||
|
||||
$migrationData = [];
|
||||
|
||||
foreach ($data['companies'] as $company) {
|
||||
|
@ -1298,6 +1298,8 @@ info("translated gateway_type = {$translated_gateway_type}");
|
||||
}
|
||||
catch(\Exception $e){
|
||||
|
||||
info($config);
|
||||
|
||||
}
|
||||
|
||||
// foreach ($gateway_types as $gateway_type_id) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user