mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
when upgrading, make sure old reps are marked as reviews
This commit is contained in:
parent
7d5d72adf8
commit
f850ce8b06
1 changed files with 1 additions and 1 deletions
|
@ -328,7 +328,7 @@ select
|
|||
cast(time*1000 as int), cardId, ease, reps,
|
||||
cast(lastInterval as int), cast(nextInterval as int),
|
||||
cast(nextFactor*1000 as int), cast(min(thinkingTime, 60)*1000 as int),
|
||||
0 from reviewHistory"""):
|
||||
1 from reviewHistory"""):
|
||||
row = list(row)
|
||||
# new card ids
|
||||
try:
|
||||
|
|
Loading…
Reference in a new issue