This commit is contained in:
M66B
2019-11-12 13:30:24 +01:00
parent 3f77b30f1a
commit 945bdee8a8
2 changed files with 0 additions and 30 deletions

View File

@@ -87,11 +87,6 @@ public interface DaoAttachment {
" WHERE id = :id")
void setError(long id, String error);
@Query("UPDATE attachment" +
" SET disposition = :disposition" +
" WHERE id = :id")
void setDisposition(long id, String disposition);
@Query("UPDATE attachment" +
" SET cid = :cid" +
" WHERE id = :id")