Skip to content

Commit 68201a6

Browse files
committed
MAGETWO-51403: A class was deleted but without cleaning dependence in DB
1 parent bd1c47b commit 68201a6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

app/code/Magento/Catalog/Setup/UpgradeData.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,12 @@ public function upgrade(ModuleDataSetupInterface $setup, ModuleContextInterface
257257
'frontend_label',
258258
'Small'
259259
);
260+
$categorySetup->updateAttribute(
261+
ProductAttributeInterface::ENTITY_TYPE_CODE,
262+
'image',
263+
'frontend_input_renderer',
264+
null
265+
);
260266

261267
//Design tab
262268
$categorySetup->updateAttribute(

0 commit comments

Comments
 (0)