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 082c07c commit 9ae5f9cCopy full SHA for 9ae5f9c
app/code/Magento/Catalog/Model/Indexer/Product/Price/AbstractAction.php
@@ -180,7 +180,7 @@ protected function _syncData(array $processIds = [])
180
foreach ($this->dimensionCollectionFactory->create() as $dimensions) {
181
$insertSelect = $this->getConnection()->select()->from(
182
['ip_tmp' => $this->_defaultIndexerResource->getIdxTable()],
183
- array_keys($this->getConnection()->describeTable('catalog_product_index_price'))
+ array_keys($this->getConnection()->describeTable(this->tableMaintainer->getMainTableByDimensions($dimensions)))
184
);
185
186
foreach ($dimensions as $dimension) {
0 commit comments