Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 364b9768 authored by Rahul Sabnis's avatar Rahul Sabnis Committed by Automerger Merge Worker
Browse files

Merge "Add missing migration 115_116 to database builder" am: bb534caf am: 5193d703

parents 342dc180 5193d703
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -68,6 +68,7 @@ public abstract class MetadataDatabase extends RoomDatabase {
                .addMigrations(MIGRATION_112_113)
                .addMigrations(MIGRATION_113_114)
                .addMigrations(MIGRATION_114_115)
                .addMigrations(MIGRATION_115_116)
                .allowMainThreadQueries()
                .build();
    }