From 88da227ce1c8d0096bfcb5203aaab2dd9dd57fd5 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Fri, 2 Dec 2011 21:52:10 +0900 Subject: [PATCH] don't make optimize/check force a full sync anymore --- anki/collection.py | 1 - 1 file changed, 1 deletion(-) 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]