Cleanup old local contacts

This commit is contained in:
M66B
2019-03-15 08:50:31 +00:00
parent a2d03f7af8
commit 40f1832ab7
5 changed files with 1619 additions and 3 deletions

View File

@@ -40,6 +40,9 @@ import androidx.room.PrimaryKey;
indices = {
@Index(value = {"email", "type"}, unique = true),
@Index(value = {"name", "type"}),
@Index(value = {"times_contacted"}),
@Index(value = {"last_contacted"}),
@Index(value = {"favorite"})
}
)
public class EntityContact implements Serializable {