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:
@@ -18,7 +18,7 @@ import com.google.common.collect.Sets;
|
||||
@SuppressWarnings("serial")
|
||||
public class Feed extends AbstractModel {
|
||||
|
||||
@Column(length = 2048, nullable = false, unique = true)
|
||||
@Column(length = 2048, nullable = false)
|
||||
private String url;
|
||||
|
||||
@Transient
|
||||
|
||||
@@ -21,7 +21,7 @@ import org.hibernate.annotations.Index;
|
||||
@SuppressWarnings("serial")
|
||||
public class FeedEntry extends AbstractModel {
|
||||
|
||||
@Column(length = 2048, nullable = false, unique = true)
|
||||
@Column(length = 2048, nullable = false)
|
||||
private String guid;
|
||||
|
||||
@ManyToOne
|
||||
|
||||
Reference in New Issue
Block a user