etag column length not large enough

This commit is contained in:
Athou
2013-04-19 15:22:39 +02:00
parent e10f25c601
commit 873aef829f

View File

@@ -81,7 +81,7 @@ public class Feed extends AbstractModel {
@Column(length = 64)
private String lastModifiedHeader;
@Column(length = 128)
@Column(length = 255)
private String etagHeader;
@ManyToMany(mappedBy = "feeds")