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

Commit d732018

Browse files
SORMAS-Foundation#3413 - Fixed broken app database update script
1 parent ad477d5 commit d732018

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1789,10 +1789,8 @@ public void onUpgrade(SQLiteDatabase db, ConnectionSource connectionSource, int
17891789
getDao(Case.class).executeRaw("ALTER TABLE cases ADD COLUMN nosocomialOutbreak boolean DEFAULT false");
17901790
getDao(Case.class).executeRaw("ALTER TABLE cases ADD COLUMN infectionSetting varchar(255)");
17911791

1792-
break;
1793-
17941792
case 250:
1795-
currentVersion = 248;
1793+
currentVersion = 250;
17961794

17971795
getDao(Person.class).executeRaw("ALTER TABLE person ADD column namesOfOtherGuardians varchar(512);");
17981796

0 commit comments

Comments
 (0)