From cfa9c0dc0aaa5c1431fdd9291e1e9121b971d500 Mon Sep 17 00:00:00 2001 From: maverickstuder Date: Fri, 27 Sep 2024 11:08:12 +0200 Subject: [PATCH] RED-10114: Download fails when multiple document versions are selected including (Redacted PDF app. doc. only) --- .../main/resources/db/changelog/db.changelog-tenant.yaml | 4 +++- ...43-modify-download-redaction-file-status-details.yaml | 9 +++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 persistence-service-v1/persistence-service-processor-v1/src/main/resources/db/changelog/tenant/143-modify-download-redaction-file-status-details.yaml diff --git a/persistence-service-v1/persistence-service-processor-v1/src/main/resources/db/changelog/db.changelog-tenant.yaml b/persistence-service-v1/persistence-service-processor-v1/src/main/resources/db/changelog/db.changelog-tenant.yaml index ab19827f9..25cc56447 100644 --- a/persistence-service-v1/persistence-service-processor-v1/src/main/resources/db/changelog/db.changelog-tenant.yaml +++ b/persistence-service-v1/persistence-service-processor-v1/src/main/resources/db/changelog/db.changelog-tenant.yaml @@ -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 \ No newline at end of file + 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 \ No newline at end of file diff --git a/persistence-service-v1/persistence-service-processor-v1/src/main/resources/db/changelog/tenant/143-modify-download-redaction-file-status-details.yaml b/persistence-service-v1/persistence-service-processor-v1/src/main/resources/db/changelog/tenant/143-modify-download-redaction-file-status-details.yaml new file mode 100644 index 000000000..721820cce --- /dev/null +++ b/persistence-service-v1/persistence-service-processor-v1/src/main/resources/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