Commit a7632ff7 authored by zYne's avatar zYne

fixed index generation

parent 0c560d73
......@@ -112,7 +112,7 @@ class Doctrine_Export_Mysql extends Doctrine_Export
}
if ( ! $found) {
$options['indexes'] = array_merge($options['indexes'], array($local => array('fields' => array($local => array()))));
$options['indexes'][$local] = array('fields' => array($local => array()));
}
}
}
......
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