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

Introduce Database Versioning #738

Merged
merged 1 commit into from
Jun 5, 2022
Merged

Introduce Database Versioning #738

merged 1 commit into from
Jun 5, 2022

Conversation

alexanderkiel
Copy link
Member

Later features will be able to specify database version which is incompatible with older versions, detecting and requiring a database migration.

@alexanderkiel alexanderkiel added module:db operation Operational issues like monitoring and maintenance. enhancement New feature or request and removed enhancement New feature or request labels Jun 4, 2022
@alexanderkiel alexanderkiel added this to the v0.17.7 milestone Jun 4, 2022
Later features will be able to specify database version which is
incompatible with older versions, detecting and requiring a database
migration.
@codecov
Copy link

codecov bot commented Jun 5, 2022

Codecov Report

Merging #738 (4f7d950) into develop (f3a466e) will increase coverage by 0.01%.
The diff coverage is 96.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #738      +/-   ##
===========================================
+ Coverage    93.55%   93.56%   +0.01%     
===========================================
  Files          232      233       +1     
  Lines        14237    14261      +24     
  Branches       390      390              
===========================================
+ Hits         13320    13344      +24     
  Misses         527      527              
  Partials       390      390              
Impacted Files Coverage Δ
modules/db/src/blaze/db/node.clj 97.48% <93.33%> (+0.16%) ⬆️
modules/db/src/blaze/db/node/version.clj 100.00% <100.00%> (ø)
modules/rest-util/src/blaze/middleware/fhir/db.clj 100.00% <100.00%> (ø)

@alexanderkiel alexanderkiel merged commit d8947b7 into develop Jun 5, 2022
@alexanderkiel alexanderkiel deleted the db-versioning branch June 5, 2022 08:06
@alexanderkiel alexanderkiel self-assigned this Jun 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
module:db operation Operational issues like monitoring and maintenance.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant