mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 21:58:52 +02:00
Add index to message.ui_seen
This commit is contained in:
@@ -44,8 +44,8 @@ import static android.arch.persistence.room.ForeignKey.CASCADE;
|
||||
@Index(value = {"replying"}),
|
||||
@Index(value = {"folder", "uid"}, unique = true),
|
||||
@Index(value = {"thread"}),
|
||||
@Index(value = {"received"})
|
||||
// ui_seen? ui_seen?
|
||||
@Index(value = {"received"}),
|
||||
@Index(value = {"ui_seen"}),
|
||||
}
|
||||
)
|
||||
public class EntityMessage {
|
||||
|
||||
Reference in New Issue
Block a user