Job cleanup.

This commit is contained in:
Anton Chekulaev
2020-12-17 12:47:18 +11:00
parent db1d20835b
commit 54f730fdfd
9 changed files with 5 additions and 259 deletions

View File

@@ -227,7 +227,9 @@ public class SQLCipherOpenHelper extends SQLiteOpenHelper {
if (oldVersion < lokiV19_REFACTOR2) {
deleteJobRecords(db,
"RefreshAttributesJob",
"RotateProfileKeyJob"
"RotateProfileKeyJob",
"RefreshUnidentifiedDeliveryAbilityJob",
"RotateCertificateJob"
);
}