bump database version

Signed-off-by: parneet-guraya <gurayaparneet@gmail.com>
This commit is contained in:
parneet-guraya 2024-12-16 02:50:27 +05:30
parent 1c2ac9065b
commit 325cb2264b
No known key found for this signature in database
GPG key ID: 63B807C4B2A9064B

View file

@ -24,7 +24,7 @@ import fr.free.nrw.commons.upload.depicts.DepictsDao
*/
@Database(
entities = [Contribution::class, Depicts::class, UploadedStatus::class, NotForUploadStatus::class, ReviewEntity::class, Place::class, BookmarksCategoryModal::class],
version = 18,
version = 19,
exportSchema = false,
)
@TypeConverters(Converters::class)