mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 02:50:56 +01:00
Lookup by hash (experimental)
This commit is contained in:
@@ -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"}),
|
||||
|
||||
Reference in New Issue
Block a user