mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 06:08:31 +02: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