mirror of
https://github.com/ankitects/anki.git
synced 2025-11-07 13:17:12 -05:00
- rename to revlog - change the pk to time, as we want an index on time, and the old multi-column index was expensive and not useful - remove yes/no count; they can be inferred from the ease - remove lastFactor, as it's in the previous entry - remove delay, it can be inferred from last entry - remove 'next' from nextInterval and nextFactor - rename 'thinkingTime' to 'userTime' - rename reps to rep - migrate old data to new table, and fix some problems in the process: ease0 -> ease1, and limit thinking time to 60 seconds as it should have been previously |
||
|---|---|---|
| .. | ||
| deck | ||
| importing | ||
| syncing/media-tests | ||
| __init__.py | ||
| shared.py | ||
| test_deck.py | ||
| test_exporting.py | ||
| test_importing.py | ||
| test_media.py | ||
| test_sync.py | ||
| test_utils.py | ||