I am using Symfony 1.2 with the sfDoctrinePlugin.
I couldn t find any command to call the down
method on a migration, neither the documentation suggests any related arguments to the existing doctrine migrate
command.
What would be a way to rollback the migration I just ran successfully? Creating a new migration to undo is an option, but that is almost blasphemous and plainly stupid.