Sort frequently contacted on lookup URI

This commit is contained in:
M66B
2019-03-17 09:49:50 +00:00
parent cc1264698c
commit 2ac17dda85
4 changed files with 1644 additions and 1 deletions

View File

@@ -45,6 +45,7 @@ import static androidx.room.ForeignKey.CASCADE;
@Index(value = {"account", "type", "email"}, unique = true),
@Index(value = {"email"}),
@Index(value = {"name"}),
@Index(value = {"avatar"}),
@Index(value = {"times_contacted"}),
@Index(value = {"last_contacted"}),
@Index(value = {"state"})