What is the right approach to deal with Rails db/schema.rb file in GIT?

Viewed 23967

Should we include schema.rb while commiting to GIT? or should we ignore it? what is the right approach?

4 Answers
Related