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

Commit 82faae8

Browse files
author
FredrikSchäferVitagroup
committed
SORMAS-Foundation#3418 decreased app database version
1 parent d37edc1 commit 82faae8

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 = 249;
155+
public static final int DATABASE_VERSION = 248;
156156

157157
private static DatabaseHelper instance = null;
158158

0 commit comments

Comments
 (0)