Notify auto sync account only

This commit is contained in:
M66B 2019-02-28 08:10:21 +00:00
parent 7257d74a5e
commit f52fc17136
1 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@ public interface DaoAccount {
@Query("SELECT" +
" (SELECT COUNT(account.id) FROM account" +
" WHERE synchronize" +
" AND NOT ondemand" +
" AND state = 'connected') AS accounts" +
", (SELECT COUNT(operation.id) FROM operation" +
" JOIN folder ON folder.id = operation.folder" +