Anki/anki
Damien Elmes b6bb03025f new history table
- 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
2011-04-28 09:21:07 +09:00
..
importing remove self explanatory module docstrings; strip trailing whitespace 2011-04-28 09:21:07 +09:00
template disable callable replacement which isn't supported on older pythons 2011-01-20 05:32:30 +09:00
__init__.py remove self explanatory module docstrings; strip trailing whitespace 2011-04-28 09:21:07 +09:00
cards.py remove self explanatory module docstrings; strip trailing whitespace 2011-04-28 09:21:07 +09:00
db.py remove self explanatory module docstrings; strip trailing whitespace 2011-04-28 09:21:07 +09:00
deck.py new history table 2011-04-28 09:21:07 +09:00
errors.py remove self explanatory module docstrings; strip trailing whitespace 2011-04-28 09:21:07 +09:00
exporting.py new history table 2011-04-28 09:21:07 +09:00
facts.py remove self explanatory module docstrings; strip trailing whitespace 2011-04-28 09:21:07 +09:00
fonts.py remove self explanatory module docstrings; strip trailing whitespace 2011-04-28 09:21:07 +09:00
graphs.py new history table 2011-04-28 09:21:07 +09:00
hooks.py new syncName handling 2010-11-23 23:12:34 +09:00
lang.py remove self explanatory module docstrings; strip trailing whitespace 2011-04-28 09:21:07 +09:00
latex.py remove self explanatory module docstrings; strip trailing whitespace 2011-04-28 09:21:07 +09:00
media.py remove self explanatory module docstrings; strip trailing whitespace 2011-04-28 09:21:07 +09:00
models.py remove self explanatory module docstrings; strip trailing whitespace 2011-04-28 09:21:07 +09:00
revlog.py new history table 2011-04-28 09:21:07 +09:00
sound.py remove self explanatory module docstrings; strip trailing whitespace 2011-04-28 09:21:07 +09:00
stats.py new history table 2011-04-28 09:21:07 +09:00
stdmodels.py place cards with corrupt/missing facts into new fact instead of deleting 2010-12-13 06:46:20 +09:00
sync.py new history table 2011-04-28 09:21:07 +09:00
tags.py remove self explanatory module docstrings; strip trailing whitespace 2011-04-28 09:21:07 +09:00
upgrade.py new history table 2011-04-28 09:21:07 +09:00
utils.py remove self explanatory module docstrings; strip trailing whitespace 2011-04-28 09:21:07 +09:00