Fix for migration
This commit is contained in:
parent
86ea13ee31
commit
fe34f4b11c
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ class AddGatewayFeeLocation extends Migration
|
|||
DB::statement('update invoice_items
|
||||
left join invoices on invoices.id = invoice_items.invoice_id
|
||||
set invoice_item_type_id = 2
|
||||
where invoices.has_tasks = 1')
|
||||
where invoices.has_tasks = 1');
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue