Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keep track of the db version in a central file #351

Open
BenjaminPelletier opened this issue Jul 15, 2020 · 2 comments
Open

Keep track of the db version in a central file #351

BenjaminPelletier opened this issue Jul 15, 2020 · 2 comments
Labels
dss Relating to one of the DSS implementations feature Issue would improve software P2 Normal priority

Comments

@BenjaminPelletier
Copy link
Member

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 #349

@BenjaminPelletier BenjaminPelletier added feature Issue would improve software P2 Normal priority labels Jul 30, 2020
@BenjaminPelletier
Copy link
Member Author

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

@BenjaminPelletier BenjaminPelletier added P1 High priority and removed P2 Normal priority labels Aug 7, 2020
@BenjaminPelletier BenjaminPelletier added P2 Normal priority and removed P1 High priority labels Feb 17, 2022
@BenjaminPelletier BenjaminPelletier added the dss Relating to one of the DSS implementations label Sep 21, 2022
@BenjaminPelletier
Copy link
Member Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dss Relating to one of the DSS implementations feature Issue would improve software P2 Normal priority
Projects
None yet
Development

No branches or pull requests

1 participant