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 0000000000000000000000000000000000000000..0e3d63ad1584a5f34dd777ed9e0411ff9569c7de
--- /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 0000000000000000000000000000000000000000..0e3d63ad1584a5f34dd777ed9e0411ff9569c7de
--- /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);