Skip to content

Commit

Permalink
MAGETWO-43920: [GitHub]Magento requires reinstalling after PR #697
Browse files Browse the repository at this point in the history
fix for upgrade script
  • Loading branch information
Serhiy Shkolyarenko committed Oct 13, 2015
1 parent 50aad75 commit 32bc7fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/code/Magento/Customer/Setup/UpgradeData.php
Original file line number Diff line number Diff line change
Expand Up @@ -269,19 +269,19 @@ public function upgrade(ModuleDataSetupInterface $setup, ModuleContextInterface
$customerSetup->updateAttribute(
'customer_address',
'country_id',
'source',
'source_model',
'Magento\Customer\Model\ResourceModel\Address\Attribute\Source\Country'
);
$customerSetup->updateAttribute(
'customer_address',
'region',
'backend',
'backend_model',
'Magento\Customer\Model\ResourceModel\Address\Attribute\Backend\Region'
);
$customerSetup->updateAttribute(
'customer_address',
'region_id',
'source',
'source_model',
'Magento\Customer\Model\ResourceModel\Address\Attribute\Source\Region'
);
}
Expand Down

0 comments on commit 32bc7fc

Please sign in to comment.