Skip to content

Commit dc5145c

Browse files
author
Igor Melnikov
committed
MAGETWO-66331: Implement solution to update duplicate rows at once and add environment variable to control batch size
- adding missing field to upgrade script
1 parent 530aeaa commit dc5145c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

app/code/Magento/Quote/Setup/ConvertSerializedDataToJson.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,12 @@ public function convert()
7272
'payment_id',
7373
'additional_information'
7474
);
75+
$fieldDataConverter->convert(
76+
$this->quoteSetup->getConnection(),
77+
$this->quoteSetup->getTable('quote_payment'),
78+
'payment_id',
79+
'additional_data'
80+
);
7581
$fieldDataConverter->convert(
7682
$this->quoteSetup->getConnection(),
7783
$this->quoteSetup->getTable('quote_address'),

0 commit comments

Comments
 (0)