Skip to content

Commit

Permalink
Merge pull request #29 from UKHSA-Internal/COVP-151_add_cumAdmissions…
Browse files Browse the repository at this point in the history
…_archive_metric

COVP-151 New healthcare metrics need to be made available for download
Very simple and harmless changes
  • Loading branch information
jaro-m authored Jul 14, 2023
2 parents f310207 + 7c06f62 commit d102dc1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/utils/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ class DBQueries(NamedTuple):
'areaCode': str,
'covidOccupiedMVBeds': int,
'cumAdmissions': int,
'cumAdmissions_archive': int,
'cumCasesByPublishDate': int,
'cumPillarFourTestsByPublishDate': int,
'cumPillarOneTestsByPublishDate': int,
Expand Down Expand Up @@ -543,6 +544,7 @@ class DBQueries(NamedTuple):
'covidOccupiedOSBeds': int,
'covidOccupiedOtherBeds': int,
'cumAdmissions': int,
'cumAdmissions_archive': int,
'cumAdmissionsByAge': list,
'cumCasesByPublishDate': int,
'cumCasesBySpecimenDate': int,
Expand Down

0 comments on commit d102dc1

Please sign in to comment.