Fix for migration

This commit is contained in:
Hillel Coren 2017-03-27 14:17:35 +03:00
parent 86ea13ee31
commit fe34f4b11c

View File

@ -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');
} }
/** /**