mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 05:44:51 +02:00
Added account indices
This commit is contained in:
@@ -31,7 +31,7 @@ import java.util.Objects;
|
||||
value = TupleAccountView.query
|
||||
)
|
||||
public class TupleAccountView {
|
||||
static final String query = "SELECT id, pop, name, color, synchronize, notify, leave_deleted, auto_seen, created FROM account";
|
||||
static final String query = "SELECT id, pop, name, category, color, synchronize, notify, leave_deleted, auto_seen, created FROM account";
|
||||
|
||||
@NonNull
|
||||
public Long id;
|
||||
@@ -39,6 +39,7 @@ public class TupleAccountView {
|
||||
@ColumnInfo(name = "pop")
|
||||
public Integer protocol;
|
||||
public String name;
|
||||
public String category;
|
||||
public Integer color;
|
||||
@NonNull
|
||||
public Boolean synchronize;
|
||||
|
||||
Reference in New Issue
Block a user