From 65cb49c34304243a70570c6d682fe3cfc53631bd Mon Sep 17 00:00:00 2001 From: Piotr Gawron <p.gawron@atcomp.pl> Date: Wed, 22 Jan 2025 13:01:03 +0100 Subject: [PATCH] add immediate link to element --- .../V18.0.8.20241213__remove_refresh_jobs.sql | 0 .../V18.0.8.20241230.2__set_proper_pathway_and_compartment.sql | 0 .../V18.0.8.20241230__add_pathway_to_element.sql | 0 .../V18.0.8.20250110__set_proper_pathway_and_compartment.sql | 0 .../hsql/18.1.0/V18.1.0.20250122__add_immediate_link.sql | 2 ++ .../V18.0.8.20241213__remove_refresh_jobs.sql | 0 .../V18.0.8.20241230.2__set_proper_pathway_and_compartment.sql | 0 .../V18.0.8.20241230__add_pathway_to_element.sql | 0 .../V18.0.8.20250110__set_proper_pathway_and_compartment.sql | 0 .../postgres/18.1.0/V18.1.0.20250122__add_immediate_link.sql | 2 ++ 10 files changed, 4 insertions(+) rename persist/src/main/resources/db/migration/hsql/{18.0.8 => 18.1.0}/V18.0.8.20241213__remove_refresh_jobs.sql (100%) rename persist/src/main/resources/db/migration/hsql/{18.0.8 => 18.1.0}/V18.0.8.20241230.2__set_proper_pathway_and_compartment.sql (100%) rename persist/src/main/resources/db/migration/hsql/{18.0.8 => 18.1.0}/V18.0.8.20241230__add_pathway_to_element.sql (100%) rename persist/src/main/resources/db/migration/hsql/{18.0.8 => 18.1.0}/V18.0.8.20250110__set_proper_pathway_and_compartment.sql (100%) create mode 100644 persist/src/main/resources/db/migration/hsql/18.1.0/V18.1.0.20250122__add_immediate_link.sql rename persist/src/main/resources/db/migration/postgres/{18.0.8 => 18.1.0}/V18.0.8.20241213__remove_refresh_jobs.sql (100%) rename persist/src/main/resources/db/migration/postgres/{18.0.8 => 18.1.0}/V18.0.8.20241230.2__set_proper_pathway_and_compartment.sql (100%) rename persist/src/main/resources/db/migration/postgres/{18.0.8 => 18.1.0}/V18.0.8.20241230__add_pathway_to_element.sql (100%) rename persist/src/main/resources/db/migration/postgres/{18.0.8 => 18.1.0}/V18.0.8.20250110__set_proper_pathway_and_compartment.sql (100%) create mode 100644 persist/src/main/resources/db/migration/postgres/18.1.0/V18.1.0.20250122__add_immediate_link.sql diff --git a/persist/src/main/resources/db/migration/hsql/18.0.8/V18.0.8.20241213__remove_refresh_jobs.sql b/persist/src/main/resources/db/migration/hsql/18.1.0/V18.0.8.20241213__remove_refresh_jobs.sql similarity index 100% rename from persist/src/main/resources/db/migration/hsql/18.0.8/V18.0.8.20241213__remove_refresh_jobs.sql rename to persist/src/main/resources/db/migration/hsql/18.1.0/V18.0.8.20241213__remove_refresh_jobs.sql diff --git a/persist/src/main/resources/db/migration/hsql/18.0.8/V18.0.8.20241230.2__set_proper_pathway_and_compartment.sql b/persist/src/main/resources/db/migration/hsql/18.1.0/V18.0.8.20241230.2__set_proper_pathway_and_compartment.sql similarity index 100% rename from persist/src/main/resources/db/migration/hsql/18.0.8/V18.0.8.20241230.2__set_proper_pathway_and_compartment.sql rename to persist/src/main/resources/db/migration/hsql/18.1.0/V18.0.8.20241230.2__set_proper_pathway_and_compartment.sql diff --git a/persist/src/main/resources/db/migration/hsql/18.0.8/V18.0.8.20241230__add_pathway_to_element.sql b/persist/src/main/resources/db/migration/hsql/18.1.0/V18.0.8.20241230__add_pathway_to_element.sql similarity index 100% rename from persist/src/main/resources/db/migration/hsql/18.0.8/V18.0.8.20241230__add_pathway_to_element.sql rename to persist/src/main/resources/db/migration/hsql/18.1.0/V18.0.8.20241230__add_pathway_to_element.sql diff --git a/persist/src/main/resources/db/migration/hsql/18.0.8/V18.0.8.20250110__set_proper_pathway_and_compartment.sql b/persist/src/main/resources/db/migration/hsql/18.1.0/V18.0.8.20250110__set_proper_pathway_and_compartment.sql similarity index 100% rename from persist/src/main/resources/db/migration/hsql/18.0.8/V18.0.8.20250110__set_proper_pathway_and_compartment.sql rename to persist/src/main/resources/db/migration/hsql/18.1.0/V18.0.8.20250110__set_proper_pathway_and_compartment.sql diff --git a/persist/src/main/resources/db/migration/hsql/18.1.0/V18.1.0.20250122__add_immediate_link.sql b/persist/src/main/resources/db/migration/hsql/18.1.0/V18.1.0.20250122__add_immediate_link.sql new file mode 100644 index 0000000000..0e3d63ad15 --- /dev/null +++ b/persist/src/main/resources/db/migration/hsql/18.1.0/V18.1.0.20250122__add_immediate_link.sql @@ -0,0 +1,2 @@ +alter table element_table + add column immediate_link character varying(1024); diff --git a/persist/src/main/resources/db/migration/postgres/18.0.8/V18.0.8.20241213__remove_refresh_jobs.sql b/persist/src/main/resources/db/migration/postgres/18.1.0/V18.0.8.20241213__remove_refresh_jobs.sql similarity index 100% rename from persist/src/main/resources/db/migration/postgres/18.0.8/V18.0.8.20241213__remove_refresh_jobs.sql rename to persist/src/main/resources/db/migration/postgres/18.1.0/V18.0.8.20241213__remove_refresh_jobs.sql diff --git a/persist/src/main/resources/db/migration/postgres/18.0.8/V18.0.8.20241230.2__set_proper_pathway_and_compartment.sql b/persist/src/main/resources/db/migration/postgres/18.1.0/V18.0.8.20241230.2__set_proper_pathway_and_compartment.sql similarity index 100% rename from persist/src/main/resources/db/migration/postgres/18.0.8/V18.0.8.20241230.2__set_proper_pathway_and_compartment.sql rename to persist/src/main/resources/db/migration/postgres/18.1.0/V18.0.8.20241230.2__set_proper_pathway_and_compartment.sql diff --git a/persist/src/main/resources/db/migration/postgres/18.0.8/V18.0.8.20241230__add_pathway_to_element.sql b/persist/src/main/resources/db/migration/postgres/18.1.0/V18.0.8.20241230__add_pathway_to_element.sql similarity index 100% rename from persist/src/main/resources/db/migration/postgres/18.0.8/V18.0.8.20241230__add_pathway_to_element.sql rename to persist/src/main/resources/db/migration/postgres/18.1.0/V18.0.8.20241230__add_pathway_to_element.sql diff --git a/persist/src/main/resources/db/migration/postgres/18.0.8/V18.0.8.20250110__set_proper_pathway_and_compartment.sql b/persist/src/main/resources/db/migration/postgres/18.1.0/V18.0.8.20250110__set_proper_pathway_and_compartment.sql similarity index 100% rename from persist/src/main/resources/db/migration/postgres/18.0.8/V18.0.8.20250110__set_proper_pathway_and_compartment.sql rename to persist/src/main/resources/db/migration/postgres/18.1.0/V18.0.8.20250110__set_proper_pathway_and_compartment.sql diff --git a/persist/src/main/resources/db/migration/postgres/18.1.0/V18.1.0.20250122__add_immediate_link.sql b/persist/src/main/resources/db/migration/postgres/18.1.0/V18.1.0.20250122__add_immediate_link.sql new file mode 100644 index 0000000000..0e3d63ad15 --- /dev/null +++ b/persist/src/main/resources/db/migration/postgres/18.1.0/V18.1.0.20250122__add_immediate_link.sql @@ -0,0 +1,2 @@ +alter table element_table + add column immediate_link character varying(1024); -- GitLab