Changeset 6893
- Timestamp:
- 12/07/09 16:29:38 (8 months ago)
- Files:
-
- 1 modified
-
branches/1.2/lib/Doctrine/Migration/Diff.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2/lib/Doctrine/Migration/Diff.php
r6484 r6893 94 94 public function generateChanges() 95 95 { 96 $this->_cleanup(); 97 96 98 $from = $this->_generateModels(self::$_fromPrefix, $this->_from); 97 99 $to = $this->_generateModels(self::$_toPrefix, $this->_to);