Skip to content

Commit ed5f3fc

Browse files
committed
Update sqlite-based database version to 22.
1 parent 25db06c commit ed5f3fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/fr/free/nrw/commons/data/DBOpenHelper.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class DBOpenHelper(
1818

1919
companion object {
2020
private const val DATABASE_NAME = "commons.db"
21-
private const val DATABASE_VERSION = 21
21+
private const val DATABASE_VERSION = 22
2222
const val CONTRIBUTIONS_TABLE = "contributions"
2323
const val BOOKMARKS_LOCATIONS = "bookmarksLocations"
2424
private const val DROP_TABLE_STATEMENT = "DROP TABLE IF EXISTS %s"

0 commit comments

Comments
 (0)