mirror of
https://github.com/zxing/zxing.git
synced 2025-02-20 18:47:38 -08:00
Bumped the history DB version for the rare case where there is an entry with the old RSS14 format string.
git-svn-id: https://zxing.googlecode.com/svn/trunk@1780 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
ab003c1686
commit
146511ea00
|
@ -25,7 +25,7 @@ import android.content.Context;
|
||||||
*/
|
*/
|
||||||
final class DBHelper extends SQLiteOpenHelper {
|
final class DBHelper extends SQLiteOpenHelper {
|
||||||
|
|
||||||
private static final int DB_VERSION = 3;
|
private static final int DB_VERSION = 4;
|
||||||
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