made version comparison less strict
This commit is contained in:
parent
066e7d524f
commit
28dcf18508
@ -324,7 +324,7 @@ class Doctrine_Migration
|
||||
$to = $this->getLatestVersion();
|
||||
}
|
||||
|
||||
if ($from === $to) {
|
||||
if ($from == $to) {
|
||||
throw new Doctrine_Migration_Exception('Already up-to-date');
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user