1
0
mirror of synced 2024-12-13 14:56:01 +03:00

fixed index generation

This commit is contained in:
zYne 2007-06-19 11:18:10 +00:00
parent 0c560d73f9
commit a7632ff797

View File

@ -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()));
}
}
}