Skip to content

Commit ceca70e

Browse files
author
Michael Logvin
committed
MAGETWO-34646: Set up environment with MySQL cluster
1 parent 635bfa0 commit ceca70e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Setup/UpgradeSchema.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public function upgrade(SchemaSetupInterface $setup, ModuleContextInterface $con
4848
];
4949
foreach ($dropTablesColumn as $table) {
5050
$connection->dropIndex(
51-
$table,
51+
$installer->getTable($table),
5252
$installer->getIdxName(
5353
$table,
5454
'entity_type_id',

0 commit comments

Comments
 (0)