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
|
||||
|
||||
Reference in New Issue
Block a user