Ticket for review: Make "rake db:migrate:redo VERSION=x" do what you think it should do.
4 views
Skip to first unread message
Philip Hallstrom
unread,
Sep 17, 2008, 12:54:32 AM9/17/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rubyonra...@googlegroups.com
Hi all -
I've modified the rake task so that if you type "rake db:migrate:redo VERSION=x" it will run the :down and :up migration for 'x' as opposed to redoing the last (or last STEP=x) migrations.