On Jul 30, 10:36 am, Dis Tec <[email protected]> wrote: > Why do the migration numbers not appear. I am following the famous depot > example, but I am finding that when I migrate the database using rake > db:migrate I get a createproducts file with a long integer string before > the .rb file, i.e. 20100730085920_create_products.rb. How do I get this > changed. See I want to roll back the database and/or make some > ammendments but I cannot find a way to get this done as in the example > the preceeding integer is supposed to be only 001. Is this a setting > someplace?
20100730085920 is the migration number. This changed something like 2 years go, which implies that the tutorial you are following might be a bit out of date. Fred > -- > Posted viahttp://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 [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.

