1
0
mirror of synced 2025-02-09 08:49:26 +03:00

Remove dead code

Hopefully this does not do anything...?
This commit is contained in:
Matthias Pigulla 2017-05-09 19:21:49 +02:00 committed by GitHub
parent 7bb02d0dbd
commit 5c1908d82f

View File

@ -401,12 +401,6 @@ class SchemaTool
$pkColumns[] = $this->quoteStrategy->getColumnName($mapping['fieldName'], $class, $this->platform);
}
}
// For now, this is a hack required for single table inheritence, since this method is called
// twice by single table inheritence relations
if (!$table->hasIndex('primary')) {
//$table->setPrimaryKey($pkColumns);
}
}
/**