mirror of
https://github.com/ankitects/anki.git
synced 2026-01-14 06:23:57 -05:00
./check
This commit is contained in:
parent
247453ae4c
commit
cb74dec9b6
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ WITH searched_revlogs AS (
|
|||
WHERE ease > 1
|
||||
),
|
||||
lapse_count AS (
|
||||
SELECT COUNT(time) as lapse_count
|
||||
SELECT COUNT(time) AS lapse_count
|
||||
FROM searched_revlogs
|
||||
WHERE ease = 1
|
||||
AND type = 1
|
||||
|
|
|
|||
Loading…
Reference in a new issue