Skip to content

Commit 8003e0f

Browse files
committed
MAGETWO-62363: Create data upgrade for table fields
1 parent 310e75e commit 8003e0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/User/Setup/UpgradeData.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public function upgrade(ModuleDataSetupInterface $setup, ModuleContextInterface
4141
$this->upgradeHash($setup);
4242
}
4343

44-
if (version_compare($context->getVersion(), '2.0.3', '<')) {
44+
if (version_compare($context->getVersion(), '2.0.2', '<')) {
4545
$this->upgradeSerializedFields($setup);
4646
}
4747

0 commit comments

Comments
 (0)