Merge branch 'RED-10114-bp' into 'release/2.465.x'

RED-10114: Download fails when multiple document versions are selected...

See merge request redactmanager/persistence-service!761
This commit is contained in:
Maverick Studer 2024-09-27 13:39:20 +02:00
commit 5dbd0e8cd4
2 changed files with 12 additions and 1 deletions

View File

@ -216,4 +216,6 @@ databaseChangeLog:
- include:
file: db/changelog/tenant/131-changed-max-size-for-id-in-entity.yaml
- include:
file: db/changelog/tenant/141-add-overwrite-file-counter-to-file.yaml
file: db/changelog/tenant/141-add-overwrite-file-counter-to-file.yaml
- include:
file: db/changelog/tenant/143-modify-download-redaction-file-status-details.yaml

View File

@ -0,0 +1,9 @@
databaseChangeLog:
- changeSet:
id: 143-modify-download-redaction-file-status-details
author: maverick
changes:
- modifyDataType:
columnName: details
newDataType: VARCHAR(2048)
tableName: download_redaction_file_status