Pull request #117: RED-2664 SQL Exception 'value too long for type character varying(255)' only for resizing Values

Merge in RED/persistence-service from bugfix/RED-2735 to master

* commit 'c8afc5f735e760cff5fe0c9c4071279a166a717d':
  RED-2664 SQL Exception 'value too long for type character varying(255)' only for resizing Values
This commit is contained in:
Corina Olariu 2021-11-17 08:55:21 +01:00 committed by Timo Bejan
commit e2611e753e

View File

@ -44,7 +44,7 @@ public class ManualResizeRedactionEntity {
private OffsetDateTime softDeletedTime;
@Column
private int page;
@Column
@Column(length = 4000)
private String value;
@ManyToOne