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:
commit
5dbd0e8cd4
@ -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
|
||||
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user