Merge branch 'RED-9658-fp' into 'master'

RED-9658: Fixed changed order of liquibase migrations

Closes RED-9658

See merge request redactmanager/persistence-service!594
This commit is contained in:
Dominique Eifländer 2024-07-15 13:56:56 +02:00
commit 89446913b1

View File

@ -199,6 +199,10 @@ databaseChangeLog:
file: db/changelog/tenant/sql/207-acl-migration-cleanup.sql
- include:
file: db/changelog/tenant/125-drop-not-null-for-legal-basis-in-manual-recategorization.yaml
- include:
file: db/changelog/tenant/126-add-uuid-to-download-status.yaml
- include:
file: db/changelog/tenant/130-add-primary-key-constraint-download-status-reports.yaml
- include:
file: db/changelog/tenant/125-add-max-size-for-legal-basis-in-manual-legal-basis-change.yaml
- include:
@ -207,12 +211,8 @@ databaseChangeLog:
file: db/changelog/tenant/127-add-component-mapping-table.yaml
- include:
file: db/changelog/tenant/128-add-component-mapping-versions-to-file.yaml
- include:
file: db/changelog/tenant/126-add-uuid-to-download-status.yaml
- include:
file: db/changelog/tenant/129-add-component-table.yaml
- include:
file: db/changelog/tenant/130-add-primary-key-constraint-download-status-reports.yaml
- include:
file: db/changelog/tenant/131-changed-max-size-for-id-in-entity.yaml
- include: