We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c995c1 commit 3f17951Copy full SHA for 3f17951
app/code/Magento/Eav/Model/Mview/ChangeLogBatchWalker.php
@@ -63,7 +63,7 @@ private function calculateEavAttributeSize(ChangelogInterface $changelog): int
63
new Expression('COUNT(*)')
64
)
65
->joinInner(
66
- ['type' => $connection->getTableName('eav_entity_type')],
+ ['type' => $connection->getTableName('eav_entity_type')],
67
'type.entity_type_id=eav_attribute.entity_type_id'
68
69
->where('type.entity_type_code = ?', $this->entityTypeCodes[$changelog->getViewId()]);
0 commit comments