Skip to content

Commit

Permalink
#3419 Create new field “Suspicious case” to cases - fixing missing co…
Browse files Browse the repository at this point in the history
…lumn on mobile app after merge.
  • Loading branch information
Marin committed Feb 11, 2021
1 parent 5f5c08a commit 73b9f81
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1944,6 +1944,7 @@ public void onUpgrade(SQLiteDatabase db, ConnectionSource connectionSource, int
getDao(Case.class).executeRaw("ALTER TABLE cases ADD COLUMN notACaseReasonPhysicianInformation boolean DEFAULT false;");
getDao(Case.class).executeRaw("ALTER TABLE cases ADD COLUMN notACaseReasonDifferentPathogen boolean DEFAULT false;");
getDao(Case.class).executeRaw("ALTER TABLE cases ADD COLUMN notACaseReasonOther boolean DEFAULT false;");
getDao(Case.class).executeRaw("ALTER TABLE cases ADD COLUMN notACaseReasonDetails text;");

case 272:
currentVersion = 272;
Expand Down

0 comments on commit 73b9f81

Please sign in to comment.