Should I put the sqlite3 databases (for an RoR project) in the VCS?

Posted by ryanprayogo on Stack Overflow See other posts from Stack Overflow or by ryanprayogo
Published on 2010-03-27T14:49:03Z Indexed on 2010/05/03 19:58 UTC
Read the original article Hit count: 151

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?

© Stack Overflow or respective owner

Related posts about version-control

Related posts about git