On May 19, 7:21 pm, "Dardo Sordi Bogado" <[EMAIL PROTECTED]> wrote:
> I've read them, but it didn't answer what Joel is adressing here:
>
> http://developingwithstyle.com/2008/05/05/the-problem-with-migrations/
>
> and what happens when two or more migrations conflicts.

He addresses the answer in that post.  You don't label the migration
sequentially.  You label it based on UTC timestamp as the race
condition where 2 developers generate a migration at exactly the same
moment is highly unlikely.  Rails 2.1 is going that way (http://
railscasts.com/episodes/107).

- Keith
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" 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/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to