We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1abab74 commit aeda92fCopy full SHA for aeda92f
app/src/main/java/fr/free/nrw/commons/db/AppDatabase.kt
@@ -24,7 +24,7 @@ import fr.free.nrw.commons.upload.depicts.DepictsDao
24
*/
25
@Database(
26
entities = [Contribution::class, Depicts::class, UploadedStatus::class, NotForUploadStatus::class, ReviewEntity::class, Place::class, BookmarksCategoryModal::class],
27
- version = 18,
+ version = 19,
28
exportSchema = false,
29
)
30
@TypeConverters(Converters::class)
0 commit comments