Skip to content

Commit ce765dc

Browse files
committed
MAGETWO-56052: MySQL triggers for Indexers not removed after upgrade
1 parent 78b796f commit ce765dc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/code/Magento/Indexer/Setup/RecurringData.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
use Magento\Framework\Indexer\ConfigInterface;
1414

1515
/**
16-
* Upgrade registered themes
16+
* Recurring data upgrade for indexer module
1717
*/
1818
class RecurringData implements InstallDataInterface
1919
{
@@ -37,7 +37,6 @@ public function __construct(
3737
IndexerFactory $indexerFactory,
3838
ConfigInterface $configInterface
3939
) {
40-
4140
$this->indexerFactory = $indexerFactory;
4241
$this->configInterface = $configInterface;
4342
}

0 commit comments

Comments
 (0)