Skip to content

Commit 0e52e99

Browse files
committed
ACP2E-1675: [Cloud] Deployment issue due to exceeded memory and large tables
1 parent 065839c commit 0e52e99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Setup/Patch/Data/UpdateMultiselectAttributesBackendTypes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public function apply()
9595
$connection->insertFromSelect(
9696
$connection->select()
9797
->from($varcharTable, array_keys($columns))
98-
->where('attribute_id in (?)', $attributesToMigrate),
98+
->where('attribute_id in (?)', $attributesToMigrate, \Zend_Db::INT_TYPE),
9999
$textTable,
100100
array_keys($columns),
101101
AdapterInterface::INSERT_ON_DUPLICATE

0 commit comments

Comments
 (0)