File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
app/code/Magento/CatalogInventory Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ public function __construct(
5454 public function upgrade (ModuleDataSetupInterface $ setup , ModuleContextInterface $ context )
5555 {
5656 $ setup ->startSetup ();
57- if (version_compare ($ context ->getVersion (), '2.0.2 ' ) < 0 ) {
57+ if (version_compare ($ context ->getVersion (), '2.2.0 ' ) < 0 ) {
5858 $ this ->upgradeCatalogInventoryStockItem ($ setup );
5959 }
6060 $ setup ->endSetup ();
Original file line number Diff line number Diff line change 66 */
77-->
88<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:framework:Module/etc/module.xsd" >
9- <module name =" Magento_CatalogInventory" setup_version =" 2.0.2 " >
9+ <module name =" Magento_CatalogInventory" setup_version =" 2.2.0 " >
1010 <sequence >
1111 <module name =" Magento_Catalog" />
1212 </sequence >
You can’t perform that action at this time.
0 commit comments