Skip to content

Commit c102264

Browse files
committed
MAGETWO-40015: Remove Schema & Data Upgrades
1 parent eec43c5 commit c102264

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/code/Magento/Backend/etc/module.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*/
77
-->
88
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../lib/internal/Magento/Framework/Module/etc/module.xsd">
9-
<module name="Magento_Backend" setup_version="2.0.0.0">
9+
<module name="Magento_Backend" setup_version="2.0.0">
1010
<sequence>
1111
<module name="Magento_Directory"/>
1212
</sequence>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
use Magento\Indexer\Model\Resource\Indexer\State\CollectionFactory;
1616
use Magento\Indexer\Model\Indexer\State;
1717
use Magento\Indexer\Model\Indexer\StateFactory;
18+
use Magento\Framework\Setup\InstallDataInterface;
1819

1920
/**
2021
* @codeCoverageIgnore

0 commit comments

Comments
 (0)