1
0
mirror of synced 2025-01-19 06:51:40 +03:00
This commit is contained in:
zYne 2007-06-19 10:33:48 +00:00
parent 6ff9ee9124
commit 1c92387852

View File

@ -580,7 +580,6 @@ class Doctrine_Table extends Doctrine_Configurable implements Countable
*/ */
public function addIndex($index, array $definition) public function addIndex($index, array $definition)
{ {
$index = $this->conn->formatter->getIndexName($index);
$this->options['indexes'][$index] = $definition; $this->options['indexes'][$index] = $definition;
} }
/** /**