Skip to content

Commit

Permalink
update summary schema version
Browse files Browse the repository at this point in the history
  • Loading branch information
Roukoswarf committed Nov 8, 2023
1 parent b71b385 commit d83fff3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ env:
global:
- MONGODB=7.0.2
- MONGOSH=2.0.2
- DIST=jammy

before_install:
- sudo apt update
Expand Down
2 changes: 1 addition & 1 deletion data/summary/types/summary.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
const (
SummaryTypeCGM = "cgm"
SummaryTypeBGM = "bgm"
SchemaVersion = 2
SchemaVersion = 3

lowBloodGlucose = 3.9
veryLowBloodGlucose = 3.0
Expand Down

0 comments on commit d83fff3

Please sign in to comment.