mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
import OPML
This commit is contained in:
@@ -21,7 +21,7 @@ public class FeedEntry extends AbstractModel {
|
||||
@ManyToOne
|
||||
private Feed feed;
|
||||
|
||||
@Column(length = 256)
|
||||
@Column(length = 2048)
|
||||
private String title;
|
||||
|
||||
@Lob
|
||||
|
||||
Reference in New Issue
Block a user