Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fe26c779 authored by hcdrjacob's avatar hcdrjacob
Browse files

Revert "Make DATABASE_VERSION match upgradeVersion."

This reverts commit b998c2cc.
parent 7bd17f83
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -64,7 +64,7 @@ public class DatabaseHelper extends SQLiteOpenHelper {
    // database gets upgraded properly. At a minimum, please confirm that 'upgradeVersion'
    // is properly propagated through your change.  Not doing so will result in a loss of user
    // settings.
    private static final int DATABASE_VERSION = 58;
    private static final int DATABASE_VERSION = 57;

    private Context mContext;