mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-31 01:51:24 +01:00
Cleanup old local contacts
This commit is contained in:
@@ -40,6 +40,9 @@ import androidx.room.PrimaryKey;
|
||||
indices = {
|
||||
@Index(value = {"email", "type"}, unique = true),
|
||||
@Index(value = {"name", "type"}),
|
||||
@Index(value = {"times_contacted"}),
|
||||
@Index(value = {"last_contacted"}),
|
||||
@Index(value = {"favorite"})
|
||||
}
|
||||
)
|
||||
public class EntityContact implements Serializable {
|
||||
|
||||
Reference in New Issue
Block a user