mirror of https://github.com/M66B/FairEmail.git
Fixed showing send operations
This commit is contained in:
parent
fa8952404a
commit
57f86d7b9b
|
@ -41,7 +41,7 @@ public interface DaoOperation {
|
|||
@Query("SELECT operation.*, account.name AS accountName, folder.name AS folderName" +
|
||||
" FROM operation" +
|
||||
" JOIN folder ON folder.id = operation.folder" +
|
||||
" JOIN account ON account.id = folder.account" +
|
||||
" LEFT JOIN account ON account.id = folder.account" +
|
||||
" ORDER BY operation.id")
|
||||
LiveData<List<TupleOperationEx>> liveOperations();
|
||||
|
||||
|
|
Loading…
Reference in New Issue