Added searching for invites

This commit is contained in:
M66B
2020-06-19 15:18:43 +02:00
parent 25229c60aa
commit 8379b3b6cd
9 changed files with 2317 additions and 7 deletions

View File

@@ -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"})
}
)