mirror of
https://github.com/zxing/zxing.git
synced 2024-11-10 13:04:05 -08:00
Update DB version to ensure older clients update (see Issue 254)
git-svn-id: https://zxing.googlecode.com/svn/trunk@1076 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
0fd5a2c506
commit
79f27cde1b
|
@ -25,7 +25,7 @@ import android.content.Context;
|
||||||
*/
|
*/
|
||||||
final class DBHelper extends SQLiteOpenHelper {
|
final class DBHelper extends SQLiteOpenHelper {
|
||||||
|
|
||||||
private static final int DB_VERSION = 1;
|
private static final int DB_VERSION = 2;
|
||||||
private static final String DB_NAME = "barcode_scanner_history.db";
|
private static final String DB_NAME = "barcode_scanner_history.db";
|
||||||
static final String TABLE_NAME = "history";
|
static final String TABLE_NAME = "history";
|
||||||
static final String ID_COL = "id";
|
static final String ID_COL = "id";
|
||||||
|
|
Loading…
Reference in a new issue