From cc2952f28b8253dff34d8c442542921fdd5d18c9 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Sat, 15 Nov 2008 20:21:35 +0900 Subject: [PATCH] add note about history --- anki/history.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/anki/history.py b/anki/history.py index 44230599b..60a52b3a1 100644 --- a/anki/history.py +++ b/anki/history.py @@ -5,7 +5,12 @@ """\ History - keeping a record of all reviews ========================================== + +If users run 'check db', duplicate records will be inserted into the DB - I +really should have used the time stamp as the key. You can remove them by +keeping the lowest id for any given timestamp. """ + __docformat__ = 'restructuredtext' import time