Skip to content

Commit aeda92f

Browse files
bump database version
Signed-off-by: parneet-guraya <gurayaparneet@gmail.com>
1 parent 1abab74 commit aeda92f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/fr/free/nrw/commons/db/AppDatabase.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import fr.free.nrw.commons.upload.depicts.DepictsDao
2424
*/
2525
@Database(
2626
entities = [Contribution::class, Depicts::class, UploadedStatus::class, NotForUploadStatus::class, ReviewEntity::class, Place::class, BookmarksCategoryModal::class],
27-
version = 18,
27+
version = 19,
2828
exportSchema = false,
2929
)
3030
@TypeConverters(Converters::class)

0 commit comments

Comments
 (0)