Long size

This commit is contained in:
M66B
2020-07-02 08:36:12 +02:00
parent a9930e020c
commit 1c864c9e94
5 changed files with 7 additions and 9 deletions

View File

@@ -113,7 +113,7 @@ public interface DaoIdentity {
int setIdentitySignKeyAlias(long id, String alias);
@Query("UPDATE identity SET max_size = :max_size WHERE id = :id")
int setIdentityMaxSize(long id, Integer max_size);
int setIdentityMaxSize(long id, Long max_size);
@Query("UPDATE identity SET error = :error WHERE id = :id")
int setIdentityError(long id, String error);