Document conflicts in `db/schema.rb` [ci skip]

This commit is contained in:
Leandro Facchinetti 2014-05-14 18:43:57 -03:00
parent 125cc780c5
commit b48bc869fa
1 changed files with 5 additions and 0 deletions

View File

@ -902,6 +902,11 @@ schema into a RDBMS other than the one used to create it.
Because schema dumps are the authoritative source for your database schema, it
is strongly recommended that you check them into source control.
`db/schema.rb` contains the current version number of the database. This
ensures conflicts are going to happen in the case of a merge where both
branches touched the schema. When that happens, solve conflicts manually,
keeping the highest version number of the two.
Active Record and Referential Integrity
---------------------------------------