Simplify/fix reset order

This commit is contained in:
M66B
2019-05-10 20:50:03 +02:00
parent 51679a61b2
commit c94c40de06
4 changed files with 10 additions and 38 deletions

View File

@@ -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();
}