Drop requirement for synchronizing unified folder

pull/159/head
M66B 5 years ago
parent 8241d19d09
commit 3037791282

@ -157,8 +157,7 @@ public interface DaoFolder {
@Query("SELECT folder.type" +
" FROM folder" +
" JOIN account ON account.id = folder.account" +
" WHERE folder.synchronize" +
" AND account.synchronize" +
" WHERE account.synchronize" +
" AND folder.type <> '" + EntityFolder.USER + "'" +
" GROUP BY folder.type" +
" HAVING COUNT(folder.id) > 1")

Loading…
Cancel
Save