Skip to content

Commit b84e648

Browse files
committed
Change version numbers to be lower
This allows for other changes that are in develop to be potentially backported at a later date
1 parent 03da56e commit b84e648

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public function upgrade(SchemaSetupInterface $setup, ModuleContextInterface $con
5555
$setup->getFkName('quote_item', 'product_id', 'catalog_product_entity', 'entity_id')
5656
);
5757
}
58-
if (version_compare($context->getVersion(), '2.0.5', '<')) {
58+
if (version_compare($context->getVersion(), '2.0.4', '<')) {
5959
$setup->getConnection(self::$connectionName)->changeColumn(
6060
$setup->getTable('quote_address', self::$connectionName),
6161
'firstname',

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
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_Quote" setup_version="2.0.5">
9+
<module name="Magento_Quote" setup_version="2.0.4">
1010
</module>
1111
</config>

0 commit comments

Comments
 (0)