mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-05 04:19:21 +01:00
Faster database access
This commit is contained in:
@@ -46,6 +46,7 @@ import static android.arch.persistence.room.ForeignKey.CASCADE;
|
||||
@Index(value = {"thread"}),
|
||||
@Index(value = {"received"}),
|
||||
@Index(value = {"ui_seen"}),
|
||||
@Index(value = {"ui_hide"})
|
||||
}
|
||||
)
|
||||
public class EntityMessage {
|
||||
|
||||
Reference in New Issue
Block a user