Merge "Updaing the database version"
This commit is contained in:
committed by
Android (Google) Code Review
commit
7434fe8be4
@@ -63,7 +63,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 = 67;
|
||||
private static final int DATABASE_VERSION = 68;
|
||||
|
||||
private Context mContext;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user