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

Commit d5efb612 authored by Grzegorz Kołodziejczyk's avatar Grzegorz Kołodziejczyk Committed by William Escande
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: 266756779
Test: atest DatabaseManagerTest
Change-Id: Ibd5f61d1f43bbcd9e0da5f4387eafcc29efdc07c
Merged-In: Ibd5f61d1f43bbcd9e0da5f4387eafcc29efdc07c
(cherry picked from commit 756aeffd45bc965467d0d38aef0e27a612a97f9b)
parent 5aa17016
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();
    }