Migration rollback in module development

Alexander Sinishin 16.Nov.2011 8:38am
Hi Pascal,

I could find the rake task for a migration rollback in module development. What is the name of the task?

Thank you.
Pascal Rettig 16.Nov.2011 8:41am
Hi Alexander,


run:

$ rake cms:migrate_domain_components COMPONENT=[Your Module Name] VERSION=[Version to migrate back to] DOMAIN_ID=[Domain id of development domain]

DOMAIN_ID is optional

More tasks documented here:
http://www.webiva.net/doc/user/appendix-a-command-line-reference
Alexander Sinishin 16.Nov.2011 8:45am
Thanks Pascal.