From d83fff3c405c59077a79292cd1d1d5a14996083e Mon Sep 17 00:00:00 2001 From: Alexander Diana Date: Wed, 8 Nov 2023 03:57:01 +0000 Subject: [PATCH] update summary schema version --- .travis.yml | 1 - data/summary/types/summary.go | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index eb05ed0a2..abc8878aa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,6 @@ env: global: - MONGODB=7.0.2 - MONGOSH=2.0.2 - - DIST=jammy before_install: - sudo apt update diff --git a/data/summary/types/summary.go b/data/summary/types/summary.go index 12441851b..c5e2bdb57 100644 --- a/data/summary/types/summary.go +++ b/data/summary/types/summary.go @@ -19,7 +19,7 @@ import ( const ( SummaryTypeCGM = "cgm" SummaryTypeBGM = "bgm" - SchemaVersion = 2 + SchemaVersion = 3 lowBloodGlucose = 3.9 veryLowBloodGlucose = 3.0