add note about history

This commit is contained in:
Damien Elmes 2008-11-15 20:21:35 +09:00
parent d2ee2521bd
commit cc2952f28b

View file

@ -5,7 +5,12 @@
"""\ """\
History - keeping a record of all reviews 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' __docformat__ = 'restructuredtext'
import time import time