mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
modding the schema should also set collection modified
required for the force full sync case
This commit is contained in:
parent
e38aa0c615
commit
84a03d291d
1 changed files with 1 additions and 0 deletions
|
@ -160,6 +160,7 @@ crt=?, mod=?, scm=?, dty=?, usn=?, ls=?, conf=?""",
|
||||||
if check and not runFilter("modSchema", True):
|
if check and not runFilter("modSchema", True):
|
||||||
raise AnkiError("abortSchemaMod")
|
raise AnkiError("abortSchemaMod")
|
||||||
self.scm = intTime(1000)
|
self.scm = intTime(1000)
|
||||||
|
self.setMod()
|
||||||
|
|
||||||
def schemaChanged(self):
|
def schemaChanged(self):
|
||||||
"True if schema changed since last sync."
|
"True if schema changed since last sync."
|
||||||
|
|
Loading…
Reference in a new issue