Skip to content
Snippets Groups Projects
Commit 5904bb0e authored by Łukasz Łopatowski's avatar Łukasz Łopatowski
Browse files

Fixed entity column definition

parent 3ede093d
No related branches found
No related tags found
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