Skip to content

Commit

Permalink
Fixed Unable to apply data patch issue #29365
Browse files Browse the repository at this point in the history
  • Loading branch information
ravi-chandra3197 committed Aug 29, 2020
1 parent d1ff2ca commit b2b29ea
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -58,7 +58,7 @@ public function apply()
$table = $this->moduleDataSetup->getTable('catalog_product_entity_varchar');
$select = $this->moduleDataSetup->getConnection()->select()->from(
$table,
['value_id', 'value']
['entity_id', 'attribute_id', 'store_id', 'value_id', 'value']
)->where(
'attribute_id = ?',
$this->eavSetup->getAttributeId($productTypeId, 'url_key')
Expand Down

0 comments on commit b2b29ea

Please sign in to comment.