mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 11:01:23 +01:00
Always allow deleting operations
This commit is contained in:
@@ -89,6 +89,9 @@ public interface DaoOperation {
|
||||
@Query("SELECT * FROM operation WHERE name = :name")
|
||||
List<EntityOperation> getOperations(String name);
|
||||
|
||||
@Query("SELECT * FROM operation WHERE id = :id")
|
||||
EntityOperation getOperation(long id);
|
||||
|
||||
@Query("SELECT * FROM operation WHERE error IS NOT NULL")
|
||||
List<EntityOperation> getOperationsError();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user