Skip to content

Commit

Permalink
closes #1847 for magento 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzaloebiz committed Oct 10, 2023
1 parent c3cd467 commit 4ca33f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Setup/UpgradeSchema.php
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,7 @@ public function upgrade(SchemaSetupInterface $setup, ModuleContextInterface $con
'mailchimp_sent'
);
}
if (version_compare($context->getVersion(), '102.3.58') < 0) {
if (version_compare($context->getVersion(), '101.2.58') < 0) {
$connection->addColumn(
$setup->getTable('newsletter_subscriber'),
'phone',
Expand Down

0 comments on commit 4ca33f9

Please sign in to comment.