Hallo
i try do do a lot of migrations to my old database.
Now there is the doctrine:migrate tasks which specifies

doctrine:migrate [--application[="..."]] [--env="..."] [version]

I like to perform only the migrationclass 001_whateverName.php

But when I run

doctrine:migrate #1

it trys to migrate the second class (002_nextName.php) and the 3rd as well.

How can i do it, that only the first class performs ?

This is because I have to do some manual changes between 1 and 2

Thanks for any help

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to