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:
commit
7ea1a87567
@ -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
|
||||
@ -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