unique constraints automatically removed from translation table
This commit is contained in:
parent
eed1455f52
commit
9a0ef8e97f
1 changed files with 1 additions and 0 deletions
|
@ -74,6 +74,7 @@ class Doctrine_I18n extends Doctrine_Plugin
|
|||
|
||||
unset($def['autoincrement']);
|
||||
unset($def['sequence']);
|
||||
unset($def['unique']);
|
||||
|
||||
$fk[$column] = $def;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue