From e414676de6e35572e546b1ff7d1d62317f04d7ad Mon Sep 17 00:00:00 2001 From: Piotr Gawron <p.gawron@atcomp.pl> Date: Tue, 13 Feb 2024 10:46:38 +0100 Subject: [PATCH] changelog updated --- CHANGELOG | 6 ++++++ .../V17.0.0.20240213__remove_and_refresh_hgnc_links.sql | 0 .../V17.0.0.20240213__remove_and_refresh_hgnc_links.sql | 0 3 files changed, 6 insertions(+) rename persist/src/main/resources/db/migration/hsql/{17.0.0~beta.2 => 17.0.0~beta.3}/V17.0.0.20240213__remove_and_refresh_hgnc_links.sql (100%) rename persist/src/main/resources/db/migration/postgres/{17.0.0~beta.2 => 17.0.0~beta.3}/V17.0.0.20240213__remove_and_refresh_hgnc_links.sql (100%) diff --git a/CHANGELOG b/CHANGELOG index 953a404c13..88351d330a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,9 @@ +minerva (17.0.0~beta.3) unstable; urgency=medium + * Bug fix: HGNC changed url format - all identifiers.org links must be + refreshed (#1696) + + -- Piotr Gawron <piotr.gawron@uni.lu> Tue, 13 Feb 2024 11:00:00 +0200 + minerva (17.0.0~beta.2) unstable; urgency=medium * Bug fix (regression): minerva was very slow in production due to cache issue (#1987) diff --git a/persist/src/main/resources/db/migration/hsql/17.0.0~beta.2/V17.0.0.20240213__remove_and_refresh_hgnc_links.sql b/persist/src/main/resources/db/migration/hsql/17.0.0~beta.3/V17.0.0.20240213__remove_and_refresh_hgnc_links.sql similarity index 100% rename from persist/src/main/resources/db/migration/hsql/17.0.0~beta.2/V17.0.0.20240213__remove_and_refresh_hgnc_links.sql rename to persist/src/main/resources/db/migration/hsql/17.0.0~beta.3/V17.0.0.20240213__remove_and_refresh_hgnc_links.sql diff --git a/persist/src/main/resources/db/migration/postgres/17.0.0~beta.2/V17.0.0.20240213__remove_and_refresh_hgnc_links.sql b/persist/src/main/resources/db/migration/postgres/17.0.0~beta.3/V17.0.0.20240213__remove_and_refresh_hgnc_links.sql similarity index 100% rename from persist/src/main/resources/db/migration/postgres/17.0.0~beta.2/V17.0.0.20240213__remove_and_refresh_hgnc_links.sql rename to persist/src/main/resources/db/migration/postgres/17.0.0~beta.3/V17.0.0.20240213__remove_and_refresh_hgnc_links.sql -- GitLab