[Cruisecontrolrb-users] Conflicts with schema.rb?

Alexey Verkhovsky averkhov at thoughtworks.com
Fri May 2 13:18:32 EDT 2008


-----cruisecontrolrb-users-bounces at rubyforge.org wrote: -----
> Can someone explain why you would expect to see schema.rb conflicts if
> the checked in migrations are in sync with the checked in schema.rb?

Indeed, 99% of the time it would generate the same schema.rb, and therefore
no conflicts will happen. But then someone manually creates an index in
their local dev environment, and accidentally checks in the resulting
schema.rb, without adding that index to migrations. Oops.

--
Alex



More information about the Cruisecontrolrb-users mailing list