[EMAIL PROTECTED] 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

_______________________________________________
Cruisecontrolrb-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users

Reply via email to