diff --git a/pom.xml b/pom.xml index f8d00aa2..a621df3f 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ ch.admin.bag.covidcertificate cc-management-service - 4.11.3 + 4.11.4 cc-management-service Service for generating Covid Certificates diff --git a/src/main/resources/db/migration/common/V1_0_80__update_vaccine_valueset_display_and_active_to_2_11_0.sql b/src/main/resources/db/migration/common/V1_0_80__update_vaccine_valueset_display_and_active_to_2_11_0.sql new file mode 100644 index 00000000..957a8ad2 --- /dev/null +++ b/src/main/resources/db/migration/common/V1_0_80__update_vaccine_valueset_display_and_active_to_2_11_0.sql @@ -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';