sqlite database, RoR and 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/03/27 14:53 UTC
Read the original article Hit count: 436

Filed under:
|
|
|
|

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 vcs

Related posts about git