mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
don't index blobs
This commit is contained in:
@@ -22,7 +22,6 @@ import org.hibernate.annotations.Index;
|
||||
public class FeedEntry extends AbstractModel {
|
||||
|
||||
@Column(length = 2048, nullable = false, unique = true)
|
||||
@Index(name = "guid_index")
|
||||
private String guid;
|
||||
|
||||
@ManyToOne
|
||||
|
||||
Reference in New Issue
Block a user