fix misspelled column type INTEGER

I have no idea how this worked or how old. Might require a new DB
version? Needs testing.
This commit is contained in:
Eric House 2020-04-17 15:52:43 -07:00
parent 94b00b1c7c
commit 36bf92e8e5

View file

@ -190,7 +190,7 @@ public class DBHelper extends SQLiteOpenHelper {
{ DICTNAME, "TEXT" }
,{ LOC, "UNSIGNED INTEGER(1)" }
,{ WORDCOUNTS, "TEXT" }
,{ ITERMIN, "INTEGRE(4)" }
,{ ITERMIN, "INTEGER(4)" }
,{ ITERMAX, "INTEGER(4)" }
,{ ITERPOS, "INTEGER" }
,{ ITERTOP, "INTEGER" }