If two people go to the same rails application (same directory) and both run "rake db:migrate" to update the database with a set of migrations (the same ones) at the same time, is it likely that bad things will happen to the data, or will db:migrate do something to prevent the same migration from being run by more than one (simultaneous) process?
Thanks, --Paul --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

