mirror of
https://github.com/ankitects/anki.git
synced 2025-11-11 15:17:12 -05:00
Include reset entries in dataset exported for research (#3998)
https://github.com/open-spaced-repetition/fsrs4anki-helper/pull/566#issuecomment-2875432135
This commit is contained in:
parent
a2a1f597be
commit
8f2c708751
1 changed files with 1 additions and 1 deletions
|
|
@ -158,7 +158,7 @@ impl SqliteStorage {
|
|||
self.db
|
||||
.prepare_cached(concat!(
|
||||
include_str!("get.sql"),
|
||||
" where ease between 1 and 4",
|
||||
" where (ease between 1 and 4) or (ease = 0 and factor = 0)",
|
||||
" order by cid, id"
|
||||
))?
|
||||
.query_and_then([], row_to_revlog_entry)?
|
||||
|
|
|
|||
Loading…
Reference in a new issue