1
0
mirror of synced 2025-01-18 22:41:43 +03:00

unique constraints automatically removed from translation table

This commit is contained in:
zYne 2007-10-08 23:11:49 +00:00
parent eed1455f52
commit 9a0ef8e97f

View File

@ -74,6 +74,7 @@ class Doctrine_I18n extends Doctrine_Plugin
unset($def['autoincrement']);
unset($def['sequence']);
unset($def['unique']);
$fk[$column] = $def;
}