Skip to content

Commit 3465a2a

Browse files
vmalykdamcou
authored andcommitted
Fix version to 1.12.1 for unsubscribe Mview migration (PR #870) (#901)
1 parent 74fb4e3 commit 3465a2a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Setup/UpgradeSchema.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ public function upgrade(SchemaSetupInterface $setup, ModuleContextInterface $con
587587
$connection->createTable($table);
588588
}
589589

590-
if (version_compare($context->getVersion(), '1.12.0', '<')) {
590+
if (version_compare($context->getVersion(), '1.12.1', '<')) {
591591
// @see \Magento\Framework\Mview\View::unsubscribe
592592
/** @var \Magento\Framework\Indexer\IndexerInterface $indexer */
593593
$indexer = $this->indexerFactory->create()->load('algolia_products');

etc/module.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0"?>
22
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
3-
<module name="Algolia_AlgoliaSearch" setup_version="1.12.0">
3+
<module name="Algolia_AlgoliaSearch" setup_version="1.12.1">
44
<sequence>
55
<module name="Magento_Theme"/>
66
<module name="Magento_Backend"/>

0 commit comments

Comments
 (0)