Index: Migration.php --- Migration.php Base (BASE) +++ Migration.php Locally Modified (Based On LOCAL) @@ -69,6 +69,9 @@ } } + # Fix for http://www.doctrine-project.org/jira/browse/DC-383 + $this->setTableName($this->_migrationTableName); + \ No newline at end of file $this->_process = new Doctrine_Migration_Process($this); if ($directory != null) {