mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
don't randomize on upgrade, will cause sync problems
This commit is contained in:
parent
35837ef213
commit
f4997f328c
1 changed files with 0 additions and 2 deletions
|
@ -3003,8 +3003,6 @@ nextFactor, reps, thinkingTime, yesCount, noCount from reviewHistory""")
|
|||
deck.version = 33
|
||||
deck.s.commit()
|
||||
if deck.version < 34:
|
||||
if deck.newCardOrder == NEW_CARDS_RANDOM:
|
||||
deck.randomizeNewCards()
|
||||
deck.updateDynamicIndices()
|
||||
deck.s.execute("drop view if exists acqCardsRandom")
|
||||
deck.version = 34
|
||||
|
|
Loading…
Reference in a new issue