mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 11:04:41 -04:00
Fix for migration
This commit is contained in:
parent
86ea13ee31
commit
fe34f4b11c
@ -23,7 +23,7 @@ class AddGatewayFeeLocation extends Migration
|
|||||||
DB::statement('update invoice_items
|
DB::statement('update invoice_items
|
||||||
left join invoices on invoices.id = invoice_items.invoice_id
|
left join invoices on invoices.id = invoice_items.invoice_id
|
||||||
set invoice_item_type_id = 2
|
set invoice_item_type_id = 2
|
||||||
where invoices.has_tasks = 1')
|
where invoices.has_tasks = 1');
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user