Simplification

This commit is contained in:
M66B
2019-11-17 11:29:35 +01:00
parent b854cbe8d3
commit c60cccad2c
2 changed files with 1 additions and 4 deletions

View File

@@ -441,9 +441,6 @@ public interface DaoMessage {
@Query("UPDATE message SET received = :sent, sent = :sent WHERE id = :id")
int setMessageSent(long id, Long sent);
@Query("UPDATE message SET error = :warning WHERE id = :id")
int setMessageWarning(long id, String warning);
@Query("UPDATE message SET error = :error WHERE id = :id")
int setMessageError(long id, String error);