Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/develop' into MAGETWO-58680-re…
Browse files Browse the repository at this point in the history
…move-unserialize-cache-frontend-interface-rebased
  • Loading branch information
Joan He committed Nov 4, 2016
2 parents 287c773 + 7e5e415 commit 47ff9db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/code/Magento/CatalogInventory/Setup/UpgradeData.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public function __construct(
public function upgrade(ModuleDataSetupInterface $setup, ModuleContextInterface $context)
{
$setup->startSetup();
if (version_compare($context->getVersion(), '2.0.2') < 0) {
if (version_compare($context->getVersion(), '2.2.0') < 0) {
$this->upgradeCatalogInventoryStockItem($setup);
}
$setup->endSetup();
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/CatalogInventory/etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Magento_CatalogInventory" setup_version="2.0.2">
<module name="Magento_CatalogInventory" setup_version="2.2.0">
<sequence>
<module name="Magento_Catalog"/>
</sequence>
Expand Down

0 comments on commit 47ff9db

Please sign in to comment.