forked from Archives/Athou_commafeed
don't index blobs
This commit is contained in:
@@ -18,7 +18,7 @@ import com.google.common.collect.Sets;
|
|||||||
@SuppressWarnings("serial")
|
@SuppressWarnings("serial")
|
||||||
public class Feed extends AbstractModel {
|
public class Feed extends AbstractModel {
|
||||||
|
|
||||||
@Column(length = 2048, nullable = false, unique = true)
|
@Column(length = 2048, nullable = false)
|
||||||
private String url;
|
private String url;
|
||||||
|
|
||||||
@Transient
|
@Transient
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ import org.hibernate.annotations.Index;
|
|||||||
@SuppressWarnings("serial")
|
@SuppressWarnings("serial")
|
||||||
public class FeedEntry extends AbstractModel {
|
public class FeedEntry extends AbstractModel {
|
||||||
|
|
||||||
@Column(length = 2048, nullable = false, unique = true)
|
@Column(length = 2048, nullable = false)
|
||||||
private String guid;
|
private String guid;
|
||||||
|
|
||||||
@ManyToOne
|
@ManyToOne
|
||||||
|
|||||||
Reference in New Issue
Block a user