mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-03 19:34:15 +01:00
Added wait operation
This commit is contained in:
@@ -94,6 +94,11 @@ public interface DaoOperation {
|
||||
@Insert
|
||||
long insertOperation(EntityOperation operation);
|
||||
|
||||
@Query("DELETE FROM operation" +
|
||||
" WHERE message = :message" +
|
||||
" AND name = '" + EntityOperation.WAIT + "'")
|
||||
int deleteOperationWait(long message);
|
||||
|
||||
@Query("DELETE FROM operation WHERE id = :id")
|
||||
void deleteOperation(long id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user