Skip to content

Commit 33182e6

Browse files
author
olysenko
committed
Merge remote-tracking branch 'origin/MAGETWO-54787' into bugfixes
2 parents bdaa71a + 93402f5 commit 33182e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public function upgrade(SchemaSetupInterface $setup, ModuleContextInterface $con
5454

5555
$installer->endSetup();
5656
}
57-
if (version_compare($context->getVersion(), '2.0.7', '<')) {
57+
if (version_compare($context->getVersion(), '2.0.3', '<')) {
5858
$this->addColumnBaseGrandTotal($installer);
5959
$this->addIndexBaseGrandTotal($installer);
6060
}

app/code/Magento/Sales/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_Sales" setup_version="2.0.2">
9+
<module name="Magento_Sales" setup_version="2.0.3">
1010
<sequence>
1111
<module name="Magento_Rule"/>
1212
<module name="Magento_Catalog"/>

0 commit comments

Comments
 (0)