am e8e46383: Merge "Increase the DB version for the next release."
* commit 'e8e463832f48e8ffa1575acd3da3ebd520e0884d': Increase the DB version for the next release.main
commit
0e72a70a12
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue