Changeset 6893

Show
Ignore:
Timestamp:
12/07/09 16:29:38 (8 months ago)
Author:
jwage
Message:

[1.2][DC-333] Adding _cleanup() call to start of migrations diff to make sure directory is clean

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/1.2/lib/Doctrine/Migration/Diff.php

    r6484 r6893  
    9494    public function generateChanges() 
    9595    { 
     96        $this->_cleanup(); 
     97 
    9698        $from = $this->_generateModels(self::$_fromPrefix, $this->_from); 
    9799        $to = $this->_generateModels(self::$_toPrefix, $this->_to);