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

Commit 2cdb8b9b authored by Grzegorz Kołodziejczyk's avatar Grzegorz Kołodziejczyk
Browse files

Add missing migration 115_116 to database builder

This adds missing 115_116 migration to database builder for set and get
of the preferred audio mode.

Tag: #feature
Bug: 257881495
Test: atest DatabaseManagerTest
Change-Id: Ibd5f61d1f43bbcd9e0da5f4387eafcc29efdc07c
parent aea515f1
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();
    }