fixed index generation
This commit is contained in:
parent
0c560d73f9
commit
a7632ff797
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ class Doctrine_Export_Mysql extends Doctrine_Export
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( ! $found) {
|
if ( ! $found) {
|
||||||
$options['indexes'] = array_merge($options['indexes'], array($local => array('fields' => array($local => array()))));
|
$options['indexes'][$local] = array('fields' => array($local => array()));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue