mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 23:26:12 +02:00
Restart keep-alive tuning
This commit is contained in:
@@ -1435,6 +1435,7 @@ public abstract class DB extends RoomDatabase {
|
||||
public void migrate(@NonNull SupportSQLiteDatabase db) {
|
||||
Log.i("DB migration from version " + startVersion + " to " + endVersion);
|
||||
db.execSQL("ALTER TABLE `account` ADD COLUMN `keep_alive_succeeded` INTEGER NOT NULL DEFAULT 0");
|
||||
db.execSQL("UPDATE account SET keep_alive_failed = 0, keep_alive_ok = 0");
|
||||
}
|
||||
})
|
||||
.addMigrations(new Migration(151, 152) {
|
||||
|
||||
Reference in New Issue
Block a user