fixed index generation
This commit is contained in:
parent
0c560d73f9
commit
a7632ff797
@ -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()));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user