mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
include day lrn cards in forecast
This commit is contained in:
parent
b6bdd4aa21
commit
dd74e73c04
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ select (due-:today)/:chunk as day,
|
|||
sum(case when ivl < 21 then 1 else 0 end), -- yng
|
||||
sum(case when ivl >= 21 then 1 else 0 end) -- mtr
|
||||
from cards
|
||||
where did in %s and queue = 2
|
||||
where did in %s and queue in (2,3)
|
||||
%s
|
||||
group by day order by day""" % (self._limit(), lim),
|
||||
today=self.col.sched.today,
|
||||
|
|
Loading…
Reference in a new issue