Skip to content
Snippets Groups Projects
Commit e8e46383 authored by Jean Chalard's avatar Jean Chalard Committed by Android (Google) Code Review
Browse files

Merge "Increase the DB version for the next release."

parents fd8c3792 483650fd
No related branches found
No related tags found
No related merge requests found
...@@ -47,7 +47,7 @@ public class MetadataDbHelper extends SQLiteOpenHelper { ...@@ -47,7 +47,7 @@ public class MetadataDbHelper extends SQLiteOpenHelper {
// used to identify the versions for upgrades. This should never change going forward. // used to identify the versions for upgrades. This should never change going forward.
private static final int METADATA_DATABASE_VERSION_WITH_CLIENTID = 6; private static final int METADATA_DATABASE_VERSION_WITH_CLIENTID = 6;
// The current database version. // The current database version.
private static final int CURRENT_METADATA_DATABASE_VERSION = 8; private static final int CURRENT_METADATA_DATABASE_VERSION = 9;
private final static long NOT_A_DOWNLOAD_ID = -1; private final static long NOT_A_DOWNLOAD_ID = -1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment