Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

Commit

Permalink
Corrected display and active to new values, prepared next release 4.1…
Browse files Browse the repository at this point in the history
…1.4.
  • Loading branch information
haraldloesing committed Feb 22, 2023
1 parent 13771be commit 348bad7
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>ch.admin.bag.covidcertificate</groupId>
<artifactId>cc-management-service</artifactId>
<version>4.11.3</version>
<version>4.11.4</version>
<name>cc-management-service</name>
<description>Service for generating Covid Certificates</description>

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
UPDATE vaccines_covid_19_names
set display = 'NVX-CoV2373 (deprecated)',
active = false,
modified_at = '2023-02-02 00:00:02.115316'
where id = '2dc3feef-95d8-4e6f-930c-69300e22e6f1';

UPDATE vaccines_covid_19_names
set display = 'Inactivated SARS-CoV-2 (Vero Cell) (deprecated)',
active = false,
modified_at = '2023-02-02 00:00:02.115316'
where id = 'fe39b8af-eccd-45de-acd7-ce7206052af9';

UPDATE vaccines_covid_19_names
set display = 'Vidprevtyn (deprecated)',
active = false,
modified_at = '2023-02-02 00:00:02.115316'
where id = '2ef26300-a1fc-4f51-a033-b6f81e572b76';

UPDATE vaccines_covid_19_names
set display = 'VLA2001 (deprecated)',
active = false,
modified_at = '2023-02-02 00:00:02.115316'
where id = '8ac65a1d-00fa-4425-8f4f-cb866c4ab157';

UPDATE vaccines_covid_19_names
set display = 'VLA2001 (deprecated)',
active = false,
modified_at = '2023-02-02 00:00:02.115316'
where id = '8ac65a1d-00fa-4425-8f4f-cb866c4ab267';

0 comments on commit 348bad7

Please sign in to comment.