Skip to content

Commit 33b824f

Browse files
committed
MAGETWO-67037: core_config_data table is not populated correctly when upgrading from 2.1 to 2.2
1 parent 247f793 commit 33b824f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
use Magento\Framework\Setup\UpgradeDataInterface;
1212
use Magento\Directory\Helper\Data;
1313

14+
/**
15+
* Upgrade Data script for Directory module.
16+
* @codeCoverageIgnore
17+
*/
1418
class UpgradeData implements UpgradeDataInterface
1519
{
1620
/**

0 commit comments

Comments
 (0)