don't index blobs

This commit is contained in:
Athou
2013-03-31 08:40:45 +02:00
parent 89c7a00ebf
commit 64439d36a2
3 changed files with 1 additions and 4 deletions

View File

@@ -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