mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-01 02:21:37 +01:00
Simplify/fix reset order
This commit is contained in:
@@ -132,9 +132,6 @@ public interface DaoAccount {
|
||||
@Query("UPDATE account SET last_connected = NULL")
|
||||
int clearAccountConnected();
|
||||
|
||||
@Query("UPDATE account SET `order` = NULL")
|
||||
int resetAccountOrder();
|
||||
|
||||
@Query("DELETE FROM account WHERE tbd = 1")
|
||||
int deleteAccountsTbd();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user