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