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:
dswitkin@google.com 2011-05-17 20:51:52 +00:00
parent ab003c1686
commit 146511ea00

View file

@ -25,7 +25,7 @@ import android.content.Context;
*/
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";
static final String TABLE_NAME = "history";
static final String ID_COL = "id";