From 2a22ecd2942ee41de4c8fd535bfa2fcaed4a573a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kilian=20Sch=C3=BCttler?= Date: Wed, 3 Apr 2024 17:47:05 +0200 Subject: [PATCH] RED-7384: migration fixes --- .../src/main/resources/db/changelog/db.changelog-tenant.yaml | 2 ++ ...create-migration-required-status-for-each-present-file.yaml} | 0 2 files changed, 2 insertions(+) rename persistence-service-v1/persistence-service-processor-v1/src/main/resources/db/changelog/tenant/{124-create-migration-required-status-for-each-present-file => 124-create-migration-required-status-for-each-present-file.yaml} (100%) diff --git a/persistence-service-v1/persistence-service-processor-v1/src/main/resources/db/changelog/db.changelog-tenant.yaml b/persistence-service-v1/persistence-service-processor-v1/src/main/resources/db/changelog/db.changelog-tenant.yaml index 5da7207a3..e649a1f3d 100644 --- a/persistence-service-v1/persistence-service-processor-v1/src/main/resources/db/changelog/db.changelog-tenant.yaml +++ b/persistence-service-v1/persistence-service-processor-v1/src/main/resources/db/changelog/db.changelog-tenant.yaml @@ -193,3 +193,5 @@ databaseChangeLog: file: db/changelog/tenant/122-add-legal-basis-variables-to-recategorize.yaml - include: file: db/changelog/tenant/123-add-value-to-recategorize.yaml + - include: + file: db/changelog/tenant/124-create-migration-required-status-for-each-present-file.yaml diff --git a/persistence-service-v1/persistence-service-processor-v1/src/main/resources/db/changelog/tenant/124-create-migration-required-status-for-each-present-file b/persistence-service-v1/persistence-service-processor-v1/src/main/resources/db/changelog/tenant/124-create-migration-required-status-for-each-present-file.yaml similarity index 100% rename from persistence-service-v1/persistence-service-processor-v1/src/main/resources/db/changelog/tenant/124-create-migration-required-status-for-each-present-file rename to persistence-service-v1/persistence-service-processor-v1/src/main/resources/db/changelog/tenant/124-create-migration-required-status-for-each-present-file.yaml