RED-10114: Download fails when multiple document versions are selected including (Redacted PDF app. doc. only)

This commit is contained in:
maverickstuder 2024-09-27 11:08:12 +02:00
parent 54513f02f6
commit cfa9c0dc0a
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