Removed cleaning headers

This commit is contained in:
M66B
2020-05-31 21:05:32 +02:00
parent f60e04d18b
commit b47bbd72d8
2 changed files with 0 additions and 7 deletions

View File

@@ -675,9 +675,6 @@ public interface DaoMessage {
@Query("UPDATE message SET notifying = 0")
int clearNotifyingMessages();
@Query("UPDATE message SET headers = NULL WHERE headers IS NOT NULL")
int clearMessageHeaders();
@Query("UPDATE message SET fts = 0")
int resetFts();