Skip to content

Commit f837cac

Browse files
author
Stanislav Idolov
committed
MAGETWO-64588: Create upgrade scripts
1 parent 757fd49 commit f837cac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/code/Magento/Indexer/Setup/UpgradeSchema.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public function upgrade(SchemaSetupInterface $setup, ModuleContextInterface $con
2222
{
2323
$setup->startSetup();
2424

25-
if (version_compare($context->getVersion(), '2.2.0', '<')) {
25+
if (version_compare($context->getVersion(), '2.1.0', '<')) {
2626
$this->addTableSuffixColumn($setup);
2727
}
2828
$setup->endSetup();

app/code/Magento/Indexer/etc/module.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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_Indexer" setup_version="2.2.0">
9+
<module name="Magento_Indexer" setup_version="2.1.0">
1010
<sequence>
1111
<module name="Magento_Store"/>
1212
<module name="Magento_AdminNotification"/>

0 commit comments

Comments
 (0)