mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-01 02:21:37 +01:00
Added searching for invites
This commit is contained in:
@@ -50,6 +50,7 @@ import static androidx.room.ForeignKey.CASCADE;
|
||||
indices = {
|
||||
@Index(value = {"message"}),
|
||||
@Index(value = {"message", "sequence"}, unique = true),
|
||||
@Index(value = {"message", "type"}),
|
||||
@Index(value = {"message", "cid"})
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user