mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 03:46:00 +01:00
Hide in unified folder list if all messages are read
This commit is contained in:
@@ -2305,7 +2305,6 @@ public abstract class DB extends RoomDatabase {
|
||||
public void migrate(@NonNull SupportSQLiteDatabase db) {
|
||||
logMigration(startVersion, endVersion);
|
||||
db.execSQL("ALTER TABLE `folder` ADD COLUMN `hide_seen` INTEGER NOT NULL DEFAULT 0");
|
||||
db.execSQL("UPDATE `folder` SET hide = 0 WHERE unified");
|
||||
}
|
||||
}).addMigrations(new Migration(230, 231) {
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user