mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-01 18:41:20 +01:00
Removed auttachment type index
This commit is contained in:
@@ -50,7 +50,6 @@ 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