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

Commit 517503af authored by Steve Kondik's avatar Steve Kondik Committed by Gerrit Code Review
Browse files

Merge "Make DATABASE_VERSION match upgradeVersion." into gingerbread

parents aeb82d14 b998c2cc
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 = 57;
    private static final int DATABASE_VERSION = 58;

    private Context mContext;