Skip to content

Commit

Permalink
Merge pull request #16 from GiritInteractive/v1.6.3
Browse files Browse the repository at this point in the history
Fixed version number on UpgradeData script
  • Loading branch information
Pini authored Nov 26, 2018
2 parents e54051d + 3cebb3f commit d4cab97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Setup/UpgradeData.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public function upgrade(ModuleDataSetupInterface $setup, ModuleContextInterface
{
$setup->startSetup();

if (version_compare($context->getVersion(), '0.6.3') < 0) {
if (version_compare($context->getVersion(), '1.6.3') < 0) {
echo "- Reseting configurations for 'website' & 'store' scopes (only supports 'default' at the moment).\n";
$this->_resourceConnection->getConnection()->delete(
$this->_resourceConnection->getTableName('core_config_data'),
Expand Down

0 comments on commit d4cab97

Please sign in to comment.