Increased field size: pattern.description
This commit is contained in:
@@ -15,7 +15,7 @@ public class Pattern {
|
||||
@Column(length=36)
|
||||
private String oid;
|
||||
|
||||
@Column(length=20, unique=true)
|
||||
@Column(length=36, unique=true)
|
||||
private String description;
|
||||
|
||||
@OneToMany(mappedBy="pattern")
|
||||
|
||||
Reference in New Issue
Block a user