mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
etag column length not large enough
This commit is contained in:
@@ -81,7 +81,7 @@ public class Feed extends AbstractModel {
|
|||||||
@Column(length = 64)
|
@Column(length = 64)
|
||||||
private String lastModifiedHeader;
|
private String lastModifiedHeader;
|
||||||
|
|
||||||
@Column(length = 128)
|
@Column(length = 255)
|
||||||
private String etagHeader;
|
private String etagHeader;
|
||||||
|
|
||||||
@ManyToMany(mappedBy = "feeds")
|
@ManyToMany(mappedBy = "feeds")
|
||||||
|
|||||||
Reference in New Issue
Block a user