diff --git a/anki/collection.py b/anki/collection.py index e3ebc94dd..406f85a3d 100644 --- a/anki/collection.py +++ b/anki/collection.py @@ -559,7 +559,6 @@ where c.nid == f.id def fixIntegrity(self): "Fix possible problems and rebuild caches." - self.modSchema(check=False) problems = [] self.save() oldSize = os.stat(self.path)[stat.ST_SIZE]