forked from Archives/Athou_commafeed
etag column length not large enough
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user