mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 15:32:23 -04:00
don't make optimize/check force a full sync anymore
This commit is contained in:
parent
a0d910201d
commit
88da227ce1
1 changed files with 0 additions and 1 deletions
|
@ -559,7 +559,6 @@ where c.nid == f.id
|
||||||
|
|
||||||
def fixIntegrity(self):
|
def fixIntegrity(self):
|
||||||
"Fix possible problems and rebuild caches."
|
"Fix possible problems and rebuild caches."
|
||||||
self.modSchema(check=False)
|
|
||||||
problems = []
|
problems = []
|
||||||
self.save()
|
self.save()
|
||||||
oldSize = os.stat(self.path)[stat.ST_SIZE]
|
oldSize = os.stat(self.path)[stat.ST_SIZE]
|
||||||
|
|
Loading…
Reference in a new issue