mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 09:16:38 -04:00
Index firstAnswered
This commit is contained in:
parent
ea5caa504b
commit
4317388225
1 changed files with 1 additions and 1 deletions
|
@ -555,7 +555,7 @@ class EditDeck(QMainWindow):
|
||||||
def rebuildSortIndex(self, key):
|
def rebuildSortIndex(self, key):
|
||||||
if key not in (
|
if key not in (
|
||||||
"question", "answer", "created", "modified", "due", "interval",
|
"question", "answer", "created", "modified", "due", "interval",
|
||||||
"reps", "factor", "noCount"):
|
"reps", "factor", "noCount", "firstAnswered"):
|
||||||
return
|
return
|
||||||
old = self.deck.s.scalar("select sql from sqlite_master where name = :k",
|
old = self.deck.s.scalar("select sql from sqlite_master where name = :k",
|
||||||
k="ix_cards_sort")
|
k="ix_cards_sort")
|
||||||
|
|
Loading…
Reference in a new issue