mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
make sure to update combinedDue with the new value
This commit is contained in:
parent
de18f59474
commit
b0e4748a1c
1 changed files with 1 additions and 1 deletions
|
@ -932,7 +932,7 @@ and type = 2""", data)
|
||||||
self.s.statement("""
|
self.s.statement("""
|
||||||
update cards set
|
update cards set
|
||||||
due = created,
|
due = created,
|
||||||
combinedDue = max(spaceUntil, due),
|
combinedDue = max(spaceUntil, created),
|
||||||
modified = :now
|
modified = :now
|
||||||
where type = 2""", now=time.time())
|
where type = 2""", now=time.time())
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue