mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-30 14:23:55 +01:00
bump database version
Signed-off-by: parneet-guraya <gurayaparneet@gmail.com>
This commit is contained in:
parent
1c2ac9065b
commit
325cb2264b
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ import fr.free.nrw.commons.upload.depicts.DepictsDao
|
||||||
*/
|
*/
|
||||||
@Database(
|
@Database(
|
||||||
entities = [Contribution::class, Depicts::class, UploadedStatus::class, NotForUploadStatus::class, ReviewEntity::class, Place::class, BookmarksCategoryModal::class],
|
entities = [Contribution::class, Depicts::class, UploadedStatus::class, NotForUploadStatus::class, ReviewEntity::class, Place::class, BookmarksCategoryModal::class],
|
||||||
version = 18,
|
version = 19,
|
||||||
exportSchema = false,
|
exportSchema = false,
|
||||||
)
|
)
|
||||||
@TypeConverters(Converters::class)
|
@TypeConverters(Converters::class)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue