Skip to content

Commit 180f2e0

Browse files
committed
MAGETWO-54089: Unable to upgrade after changing default attribute set name
1 parent f0e954d commit 180f2e0

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

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

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -68,16 +68,6 @@ public function upgrade(ModuleDataSetupInterface $setup, ModuleContextInterface
6868
);
6969
}
7070

71-
if (version_compare($context->getVersion(), '2.1.0', '<')) {
72-
73-
$categorySetup->updateAttribute(
74-
$entityTypeId,
75-
$attribute['attribute_id'],
76-
'source_model',
77-
'Magento\Catalog\Model\Product\Attribute\Source\Boolean'
78-
);
79-
}
80-
8171
$setup->endSetup();
8272
}
8373
}

0 commit comments

Comments
 (0)