mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 19:10:11 +01:00
@@ -42,9 +42,11 @@ import static androidx.room.ForeignKey.CASCADE;
|
||||
@Index(value = {"account", "name"}, unique = true),
|
||||
@Index(value = {"account"}),
|
||||
@Index(value = {"name"}),
|
||||
@Index(value = {"type"})
|
||||
@Index(value = {"type"}),
|
||||
@Index(value = {"unified"})
|
||||
}
|
||||
)
|
||||
|
||||
public class EntityFolder implements Parcelable {
|
||||
static final String TABLE_NAME = "folder";
|
||||
|
||||
@@ -56,6 +58,8 @@ public class EntityFolder implements Parcelable {
|
||||
@NonNull
|
||||
public String type;
|
||||
@NonNull
|
||||
public Boolean unified = false;
|
||||
@NonNull
|
||||
public Boolean synchronize;
|
||||
@NonNull
|
||||
public Integer after; // days
|
||||
|
||||
Reference in New Issue
Block a user