dss icon indicating copy to clipboard operation
dss copied to clipboard

Keep track of the db version in a central file

Open BenjaminPelletier opened this issue 5 years ago • 3 comments

Currently, the database version needs to be incremented in multiple places when a change is made. We should, at a minimum, document where all these places are. But, a better solution would be to have a single place from which everything obtains a shared piece of information (the database version) from.

Originally posted by @vosst in https://github.com/interuss/dss/pull/349

BenjaminPelletier avatar Jul 15 '20 15:07 BenjaminPelletier

An intermediate step could be to document all the places where the database version should be changed when it is incremented in development.

BenjaminPelletier avatar Jul 30 '20 17:07 BenjaminPelletier

A list of places the database version needs to be updated may be found in build/deploy/db_schemas/README.md.

BenjaminPelletier avatar Dec 29 '22 21:12 BenjaminPelletier