diff --git a/anki/importing/anki2.py b/anki/importing/anki2.py index ef04163d4..1564b9be9 100644 --- a/anki/importing/anki2.py +++ b/anki/importing/anki2.py @@ -154,6 +154,8 @@ class Anki2Importer(Importer): # copy it over model = srcModel.copy() model['id'] = mid + model['mod'] = intTime() + model['usn'] = self.col.usn() self.dst.models.update(model) break # there's an existing model; do the schemas match?