Merge branch 'DDC-969'
This commit is contained in:
commit
975d6ada66
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ class SchemaTool
|
|||
$this->_gatherColumn($class, $idMapping, $table);
|
||||
$columnName = $class->getQuotedColumnName($class->identifier[0], $this->_platform);
|
||||
// TODO: This seems rather hackish, can we optimize it?
|
||||
$table->getColumn($class->identifier[0])->setAutoincrement(false);
|
||||
$table->getColumn($columnName)->setAutoincrement(false);
|
||||
|
||||
$pkColumns[] = $columnName;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue