|
|
|
@ -159,6 +159,7 @@ public interface DaoFolder {
|
|
|
|
" JOIN account ON account.id = folder.account" +
|
|
|
|
" JOIN account ON account.id = folder.account" +
|
|
|
|
" WHERE folder.synchronize" +
|
|
|
|
" WHERE folder.synchronize" +
|
|
|
|
" AND account.synchronize" +
|
|
|
|
" AND account.synchronize" +
|
|
|
|
|
|
|
|
" AND folder.type <> '" + EntityFolder.USER + "'" +
|
|
|
|
" GROUP BY folder.type" +
|
|
|
|
" GROUP BY folder.type" +
|
|
|
|
" HAVING COUNT(folder.id) > 1")
|
|
|
|
" HAVING COUNT(folder.id) > 1")
|
|
|
|
LiveData<List<String>> liveUnifiedTypes();
|
|
|
|
LiveData<List<String>> liveUnifiedTypes();
|
|
|
|
|