Skip to content
This repository was archived by the owner on May 5, 2021. It is now read-only.

Commit 1d9c11a

Browse files
author
FredrikSchäferVitagroup
committed
Revert "SORMAS-Foundation#3418 decreased app database version"
This reverts commit 82faae8.
1 parent 82faae8 commit 1d9c11a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sormas-app/app/src/main/java/de/symeda/sormas/app/backend/common/DatabaseHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ public class DatabaseHelper extends OrmLiteSqliteOpenHelper {
152152
public static final String DATABASE_NAME = "sormas.db";
153153
// any time you make changes to your database objects, you may have to increase the database version
154154

155-
public static final int DATABASE_VERSION = 248;
155+
public static final int DATABASE_VERSION = 249;
156156

157157
private static DatabaseHelper instance = null;
158158

0 commit comments

Comments
 (0)