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

Commit f527ee73 authored by Philipp Heckel's avatar Philipp Heckel
Browse files

Migration fix

parent 496bdcd2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -108,7 +108,7 @@ abstract class Database : RoomDatabase() {
            }
        }

        private val MIGRATION_4_5 = object : Migration(3, 4) {
        private val MIGRATION_4_5 = object : Migration(4, 5) {
            override fun migrate(db: SupportSQLiteDatabase) {
                db.execSQL("ALTER TABLE Subscription ADD COLUMN upAppId TEXT")
                db.execSQL("ALTER TABLE Subscription ADD COLUMN upConnectorToken TEXT")