Hi, http://www.refreshingsoftware.com/scripts/migration-reorder.rb.txt This is a little script to rename your migrations should you ever need to delete one in the middle of your bunch. e.g: $ ls 001_foo.rb 002_bar.rb 003_baz.rb $ rm 002_bar.rb $ ruby migration-reorder.rb . Done; 1 of 2 migrations renamed. $ ls 001_foo.rb 002_baz.rb Just drop it into your db/migrate folder before running it. Enjoy Ian --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---