Lookup by hash (experimental)

This commit is contained in:
M66B
2020-04-01 14:39:09 +02:00
parent 3cafd18c6e
commit 105dc80e34
5 changed files with 2245 additions and 1 deletions

View File

@@ -63,6 +63,7 @@ import static androidx.room.ForeignKey.SET_NULL;
@Index(value = {"folder"}),
@Index(value = {"identity"}),
@Index(value = {"folder", "uid"}, unique = true),
@Index(value = {"folder", "hash"}),
@Index(value = {"msgid"}),
@Index(value = {"thread"}),
@Index(value = {"sender"}),