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 8eb6681 commit bec2680Copy full SHA for bec2680
app/src/main/java/fr/free/nrw/commons/db/AppDatabase.kt
@@ -14,7 +14,7 @@ import fr.free.nrw.commons.upload.depicts.DepictsDao
14
* The database for accessing the respective DAOs
15
*
16
*/
17
-@Database(entities = [Contribution::class, Depicts::class, UploadedStatus::class], version = 11, exportSchema = false)
+@Database(entities = [Contribution::class, Depicts::class, UploadedStatus::class], version = 12, exportSchema = false)
18
@TypeConverters(Converters::class)
19
abstract class AppDatabase : RoomDatabase() {
20
abstract fun contributionDao(): ContributionDao
0 commit comments