the advantage to the datetime based filenames over the simple integers is that it allows you to work in branches, make migrations and merge it all back together later without fear of conflicting migrations. why would you want to go back?
On Sep 9, 8:45 pm, Trogdor <[EMAIL PROTECTED]> wrote: > I was wondering how to get Rails 2.1 migrates to go from generating > 20080910014108_create_table.rb-esque migrations to the old > 22_create_table.rb style ones. I am sure that there is some sort of > advantage in having timestamps in the file name, I just haven't > figured it out yet. > > Thanks in advance, > > Joe --~--~---------~--~----~------------~-------~--~----~ 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 [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

