mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-03 15:46:34 +02:00
Fixed DB upgrade in some situations
This commit is contained in:
@@ -2447,7 +2447,7 @@ public abstract class DB extends RoomDatabase {
|
||||
public void migrate(@NonNull SupportSQLiteDatabase db) {
|
||||
logMigration(startVersion, endVersion);
|
||||
db.execSQL("ALTER TABLE `folder` ADD COLUMN `inherited_type` TEXT");
|
||||
db.execSQL("DROP VIEW `folder_view`");
|
||||
db.execSQL("DROP VIEW IF EXISTS `folder_view`");
|
||||
db.execSQL("CREATE VIEW IF NOT EXISTS `folder_view` AS " + TupleFolderView.query);
|
||||
}
|
||||
}).addMigrations(new Migration(241, 242) {
|
||||
|
||||
Reference in New Issue
Block a user