[Rails] Re: Cancel the last migration?

2009-02-26 Thread Juan José Vidal
If you want to cancel more steps... rake db:rollback STEP=3 Guillaume Loader escribió: > Hello everyone! > > How can I cancel the last migration? > > Thank you! > --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[Rails] Re: Cancel the last migration?

2009-02-25 Thread Guillaume Loader
Thanks! -- Posted via http://www.ruby-forum.com/. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk@googlegroups.com To unsubscribe fr

[Rails] Re: Cancel the last migration?

2009-02-25 Thread Maurício Linhares
rake db:rollback - Maurício Linhares http://alinhavado.wordpress.com/ (pt-br) | http://blog.codevader.com/ (en) On Wed, Feb 25, 2009 at 4:26 PM, Guillaume Loader wrote: > > Hello everyone! > > How can I cancel the last migration? > > Thank you! > -- > Posted via http://www.ruby-forum.com/. >