SVN database versioning for multiple developers environment SVN database versioning for multiple developers environment database database

SVN database versioning for multiple developers environment


Rails solved this exact problem by using a timestamp instead of an incrementing version number. The odds of two users creating new schema versions in the same second is pretty low.