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:
commit
e2611e753e
@ -44,7 +44,7 @@ public class ManualResizeRedactionEntity {
|
||||
private OffsetDateTime softDeletedTime;
|
||||
@Column
|
||||
private int page;
|
||||
@Column
|
||||
@Column(length = 4000)
|
||||
private String value;
|
||||
|
||||
@ManyToOne
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user