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(
54
54
public function upgrade (ModuleDataSetupInterface $ setup , ModuleContextInterface $ context )
55
55
{
56
56
$ setup ->startSetup ();
57
- if (version_compare ($ context ->getVersion (), '2.0.2 ' ) < 0 ) {
57
+ if (version_compare ($ context ->getVersion (), '2.2.0 ' ) < 0 ) {
58
58
$ this ->upgradeCatalogInventoryStockItem ($ setup );
59
59
}
60
60
$ setup ->endSetup ();
Original file line number Diff line number Diff line change 6
6
*/
7
7
-->
8
8
<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 " >
10
10
<sequence >
11
11
<module name =" Magento_Catalog" />
12
12
</sequence >
You can’t perform that action at this time.
0 commit comments