The general consensus is that when migrating you should check schema.rb into version control.
What is the right approach to deal with Rails db/schema.rb file in GIT?
My question is this- if my senior dev creates a migration & checks schema.rb, I pull the repo down and migrate on my end and it shows schema.rb has been changed- do I also commit my version of schema.rb and check that into version control as well?