MichaelSp / Langunator

Language and Vocabulary trainer
0 stars 1 forks source link

New vocabulary: no set rightInRow = 0 #35

Closed Petebox closed 10 years ago

Petebox commented 10 years ago

We forgot to fix that bug :-) New vocabulary still does not get a 0 in rightInRow

MichaelSp commented 10 years ago

Are you sure you are using the latest release? The final version does not have the "statistics" and "import/export" tab.

MichaelSp commented 10 years ago

I guess you have an old DB schema. Please make sure to add DEFAULT(0) to every column applicable. Instructions see here: http://dba.stackexchange.com/questions/18246/default-values-in-sqlite3