Skip to content

Commit 50a094c

Browse files
committed
MAGETWO-35643: Pull request processing
1 parent b927184 commit 50a094c

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

app/code/Magento/Eav/Setup/InstallSchema.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1005,7 +1005,6 @@ public function install(SchemaSetupInterface $setup, ModuleContextInterface $con
10051005
$installer->getTable('eav_attribute_group'),
10061006
'attribute_group_id',
10071007
\Magento\Framework\DB\Ddl\Table::ACTION_CASCADE
1008-
10091008
)->setComment(
10101009
'Eav Entity Attributes'
10111010
);

app/code/Magento/Variable/Setup/InstallSchema.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,5 @@ public function install(SchemaSetupInterface $setup, ModuleContextInterface $con
148148
);
149149

150150
$installer->endSetup();
151-
152151
}
153-
154152
}

0 commit comments

Comments
 (0)