Home
last modified time | relevance | path

Searched refs:generateMigrationsFromDiff (Results 1 – 4 of 4) sorted by relevance

/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/lexpress/doctrine1/lib/Doctrine/Task/
H A DGenerateMigrationsDb.php53 …$changes = Doctrine_Core::generateMigrationsFromDiff($migrationsPath, $connections, $yamlSchemaPat…
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/lexpress/doctrine1/lib/Doctrine/Migration/
H A DDiff.php135 return $builder->generateMigrationsFromDiff($this);
H A DBuilder.php145 public function generateMigrationsFromDiff(Doctrine_Migration_Diff $diff) function in Doctrine_Migration_Builder
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/lexpress/doctrine1/lib/Doctrine/
H A DCore.php1092 public static function generateMigrationsFromDiff($migrationsPath, $from, $to) function in Doctrine_Core