Pull request #16: Changed legalbases columns to text type
Merge in RED/persistence-service from LegalBasisColumnFix to master * commit '7eee2c65039e1f2c5f5f2a0b0a65e0ea49d5d62f': Changed legalbases columns to text type
This commit is contained in:
commit
bed6dec605
@ -20,9 +20,9 @@ public class LegalBasis {
|
|||||||
private long id;
|
private long id;
|
||||||
@Column
|
@Column
|
||||||
private String name;
|
private String name;
|
||||||
@Column
|
@Column(columnDefinition = "text")
|
||||||
private String description;
|
private String description;
|
||||||
@Column
|
@Column(columnDefinition = "text")
|
||||||
private String reason;
|
private String reason;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user