mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
save priority too
This commit is contained in:
parent
dd5e7c45b4
commit
9ac3926786
1 changed files with 2 additions and 1 deletions
|
@ -254,7 +254,8 @@ spaceUntil = :spaceUntil,
|
|||
isDue = :isDue,
|
||||
type = :type,
|
||||
combinedDue = max(:spaceUntil, :due),
|
||||
relativeDelay = 0
|
||||
relativeDelay = 0,
|
||||
priority = :priority
|
||||
where id=:id""", self.__dict__)
|
||||
|
||||
mapper(Card, cardsTable, properties={
|
||||
|
|
Loading…
Reference in a new issue