mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-28 08:32:16 +01:00
Match attachments by properties
This commit is contained in:
@@ -45,7 +45,7 @@ import static androidx.room.ForeignKey.CASCADE;
|
||||
indices = {
|
||||
@Index(value = {"message"}),
|
||||
@Index(value = {"message", "sequence"}, unique = true),
|
||||
@Index(value = {"message", "cid"}, unique = true)
|
||||
@Index(value = {"message", "cid"})
|
||||
}
|
||||
)
|
||||
public class EntityAttachment {
|
||||
|
||||
Reference in New Issue
Block a user