Commit 9a0ef8e9 authored by zYne's avatar zYne

unique constraints automatically removed from translation table

parent eed1455f
......@@ -74,6 +74,7 @@ class Doctrine_I18n extends Doctrine_Plugin
unset($def['autoincrement']);
unset($def['sequence']);
unset($def['unique']);
$fk[$column] = $def;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment