mirror of
https://github.com/sismics/docs.git
synced 2024-11-14 18:27:58 +01:00
Fix Hibernate entity
This commit is contained in:
parent
c40e7e1cc9
commit
726121d8c8
@ -50,7 +50,7 @@ public class Tag {
|
||||
/**
|
||||
* Tag name.
|
||||
*/
|
||||
@Column(name = "TAG_COLOR_C", nullable = false, length = 6)
|
||||
@Column(name = "TAG_COLOR_C", nullable = false, length = 7)
|
||||
private String color;
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user