We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a185d5 commit ef1ce4bCopy full SHA for ef1ce4b
app/src/main/java/de/tum/informatics/www1/artemis/native_app/android/db/AppDatabase.kt
@@ -29,7 +29,7 @@ import de.tum.informatics.www1.artemis.native_app.feature.push.communication_not
29
CommunicationMessageEntity::class
30
],
31
exportSchema = true,
32
- version = 9
+ version = 10,
33
)
34
@TypeConverters(RoomTypeConverters::class)
35
abstract class AppDatabase : RoomDatabase() {
0 commit comments