We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42f23ed commit 1a5992eCopy full SHA for 1a5992e
Setup/UpgradeSchema.php
@@ -19,7 +19,7 @@ class UpgradeSchema implements UpgradeSchemaInterface
19
20
public function upgrade(SchemaSetupInterface $setup, ModuleContextInterface $context)
21
{
22
- if (version_compare($context->getVersion(), '2.0.0', '>')) {
+ if (version_compare($context->getVersion(), '2.0.0', '<')) {
23
$installer = $setup;
24
$installer->startSetup();
25
0 commit comments