am 37f5b0d4: Bumping metadata database version to 11.
* commit '37f5b0d4ff4e4abbd3f8da8b606aef7ac8340485': Bumping metadata database version to 11.main
commit
a28e80e37c
|
@ -47,7 +47,8 @@ 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 = 10;
|
// This MUST be increased every time the dictionary pack metadata URL changes.
|
||||||
|
private static final int CURRENT_METADATA_DATABASE_VERSION = 11;
|
||||||
|
|
||||||
private final static long NOT_A_DOWNLOAD_ID = -1;
|
private final static long NOT_A_DOWNLOAD_ID = -1;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue