Increase the DB version for the next release.

Bug: 15065819

Change-Id: Ie43660109002fdb25ce68d7e64506ada0e15e621
main
Jean Chalard 2014-05-22 18:00:56 +09:00
parent 7c6f57d147
commit 483650fd1c
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ public class MetadataDbHelper extends SQLiteOpenHelper {
// used to identify the versions for upgrades. This should never change going forward.
private static final int METADATA_DATABASE_VERSION_WITH_CLIENTID = 6;
// 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;