mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 15:32:23 -04:00
fix early reviews not appearing in graph
https://forums.ankiweb.net/t/differences-between-new-and-old-stats-2-1-28/1602
This commit is contained in:
parent
215413ce25
commit
f7a7c95fc0
1 changed files with 1 additions and 1 deletions
|
@ -1004,7 +1004,7 @@ message RevlogEntry {
|
||||||
LEARNING = 0;
|
LEARNING = 0;
|
||||||
REVIEW = 1;
|
REVIEW = 1;
|
||||||
RELEARNING = 2;
|
RELEARNING = 2;
|
||||||
EARLY_REVIEW = 4;
|
EARLY_REVIEW = 3;
|
||||||
}
|
}
|
||||||
int64 id = 1;
|
int64 id = 1;
|
||||||
int64 cid = 2;
|
int64 cid = 2;
|
||||||
|
|
Loading…
Reference in a new issue