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

Commit bb534caf authored by Rahul Sabnis's avatar Rahul Sabnis Committed by Gerrit Code Review
Browse files

Merge "Add missing migration 115_116 to database builder"

parents 06c1463a 2cdb8b9b
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();
    }