Fix Hibernate entity

This commit is contained in:
jendib 2013-09-05 21:43:45 +02:00
parent c40e7e1cc9
commit 726121d8c8

View File

@ -50,7 +50,7 @@ public class Tag {
/** /**
* Tag name. * Tag name.
*/ */
@Column(name = "TAG_COLOR_C", nullable = false, length = 6) @Column(name = "TAG_COLOR_C", nullable = false, length = 7)
private String color; private String color;
/** /**