Donovan, Thank you very much -- that makes it right.
I'm not in strict agreement with your statement... > That means you need to be using migrations to keep your schemas updated. I branched and performed the following rails actions: rake db:drop <modified migration file(s)> rake db:migrate git add . git commit ... git checkout master git merge ... ...and I found the modifications to the migration file properly transferred. Maybe you were underscoring the necessity of migrations to retain the database... Thanks, Lille -- You received this message because you are subscribed to the Google Groups "Git for human beings" 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/git-users?hl=en.
