mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-27 08:01:50 +01:00
Added account/identity delete
This commit is contained in:
@@ -70,5 +70,8 @@ public interface DaoAccount {
|
||||
|
||||
@Query("UPDATE account SET `primary` = 0")
|
||||
void resetPrimary();
|
||||
|
||||
@Query("DELETE FROM account WHERE id = :id")
|
||||
void deleteAccount(long id);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user