Merge branch 'RED-10114' into 'master'

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

Closes RED-10114

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

View File

@ -226,4 +226,6 @@ databaseChangeLog:
- include:
file: db/changelog/tenant/141-add-overwrite-file-counter-to-file.yaml
- include:
file: db/changelog/tenant/142-add-date-formats-table.yaml
file: db/changelog/tenant/142-add-date-formats-table.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