From 7df20ee8bb7ed32b149a3b90043a973fb14e0466 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominique=20Eifl=C3=A4nder?= Date: Thu, 19 Oct 2023 14:16:34 +0200 Subject: [PATCH] RED-7760: Fixed accidently renamed id that leads to not working liquibase migration --- .../changelog/tenant/26-application-config-table.changelog.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/persistence-service-v1/persistence-service-processor-v1/src/main/resources/db/changelog/tenant/26-application-config-table.changelog.yaml b/persistence-service-v1/persistence-service-processor-v1/src/main/resources/db/changelog/tenant/26-application-config-table.changelog.yaml index 9dc01b784..51e8f97bc 100644 --- a/persistence-service-v1/persistence-service-processor-v1/src/main/resources/db/changelog/tenant/26-application-config-table.changelog.yaml +++ b/persistence-service-v1/persistence-service-processor-v1/src/main/resources/db/changelog/tenant/26-application-config-table.changelog.yaml @@ -1,6 +1,6 @@ databaseChangeLog: - changeSet: - id: download_redaction_file_result + id: application-config-table author: corina (generated) changes: - createTable: -- 2.47.2