mirror of
https://github.com/ankitects/anki.git
synced 2025-11-11 07:07:13 -05:00
delete from review history on export
This commit is contained in:
parent
bb2c38e723
commit
6d358c9166
1 changed files with 2 additions and 0 deletions
|
|
@ -74,6 +74,8 @@ class AnkiExporter(Exporter):
|
||||||
client.applyPayloadReply(res)
|
client.applyPayloadReply(res)
|
||||||
if not self.includeSchedulingInfo:
|
if not self.includeSchedulingInfo:
|
||||||
self.newDeck.s.statement("""
|
self.newDeck.s.statement("""
|
||||||
|
delete from reviewHistory""")
|
||||||
|
self.newDeck.s.statement("""
|
||||||
update cards set
|
update cards set
|
||||||
interval = 0.001,
|
interval = 0.001,
|
||||||
lastInterval = 0,
|
lastInterval = 0,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue