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:
Damien Elmes 2020-07-31 09:58:06 +10:00
parent 215413ce25
commit f7a7c95fc0

View file

@ -1004,7 +1004,7 @@ message RevlogEntry {
LEARNING = 0;
REVIEW = 1;
RELEARNING = 2;
EARLY_REVIEW = 4;
EARLY_REVIEW = 3;
}
int64 id = 1;
int64 cid = 2;