File tree Expand file tree Collapse file tree
sources/SloCovidServer/SloCovidServer Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,6 +29,11 @@ In case of failures a notification is set to slack channel #alert through Data A
2929
3030## Changelog
3131
32+ ## 1.19
33+
34+ * Update for changes in EPISARI vacc
35+ * Schema version 48
36+
3237## 1.18
3338
3439* Patients: add red-zone and leadingCovid
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ namespace SloCovidServer
1717{
1818 public class Startup
1919 {
20- const string SchemaVersion = "47 " ;
20+ const string SchemaVersion = "48 " ;
2121 const string CorsPolicy = "Any" ;
2222 readonly IWebHostEnvironment env ;
2323 public Startup ( IConfiguration configuration , IWebHostEnvironment env )
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <version >1.18 </version >
2+ <version >1.19 </version >
You can’t perform that action at this time.
0 commit comments