Remove dead code
Hopefully this does not do anything...?
This commit is contained in:
parent
7bb02d0dbd
commit
5c1908d82f
1 changed files with 0 additions and 6 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue