Merge branch 'RED-9658' into 'release/2.465.x'

RED-9658: Fixed changed order of liquibase migrations

See merge request redactmanager/persistence-service!593
This commit is contained in:
Dominique Eifländer 2024-07-15 13:17:10 +02:00
commit bba18e40b0

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,11 +211,7 @@ 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