Should I put the sqlite3 databases (for an RoR project) in the VCS?
- by ryanprayogo
What is the common way of dealing with the development.sqlite3 files with VCS (in particular, git)?
If I commit this file to the VCS, will it be merged with another developer's copy?
Or should each developer run the db:migrate task each time a new migration file is created?