Skip to content
Snippets Groups Projects
Unverified Commit 12234d46 authored by Łukasz Łopatowski's avatar Łukasz Łopatowski Committed by GitHub
Browse files

Merge pull request #50 from nmaas-platform/49-fix-column-definition-for-translation-label-content

Fixed entity column definition
parents 3ede093d 5904bb0e
Branches
Tags
No related merge requests found
......@@ -7,7 +7,6 @@ import lombok.Setter;
import javax.persistence.Column;
import javax.persistence.Embeddable;
import javax.persistence.Lob;
import javax.validation.constraints.NotNull;
@NoArgsConstructor
......@@ -22,7 +21,7 @@ public class InternationalizationNode {
private String key;
@NotNull
@Lob
@Column(length = 1024)
private String content;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment