mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-29 13:53:54 +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(
|
||||
entities = [Contribution::class, Depicts::class, UploadedStatus::class, NotForUploadStatus::class, ReviewEntity::class, Place::class, BookmarksCategoryModal::class],
|
||||
version = 18,
|
||||
version = 19,
|
||||
exportSchema = false,
|
||||
)
|
||||
@TypeConverters(Converters::class)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue