mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-28 00:20:50 +01:00
Allow subscribing to folders
This commit is contained in:
@@ -553,7 +553,7 @@ public abstract class DB extends RoomDatabase {
|
||||
@Override
|
||||
public void migrate(SupportSQLiteDatabase db) {
|
||||
Log.i("DB migration from version " + startVersion + " to " + endVersion);
|
||||
db.execSQL("DELETE FROM operation WHERE name = '" + EntityOperation.WAIT + "'");
|
||||
db.execSQL("DELETE FROM operation WHERE name = 'wait'");
|
||||
}
|
||||
})
|
||||
.addMigrations(new Migration(51, 52) {
|
||||
|
||||
Reference in New Issue
Block a user