From 84a03d291d57fa90cde2632dda32ff71522e1444 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Tue, 28 May 2013 12:42:12 +0900 Subject: [PATCH] modding the schema should also set collection modified required for the force full sync case --- anki/collection.py | 1 + 1 file changed, 1 insertion(+) diff --git a/anki/collection.py b/anki/collection.py index fe2e9290b..6e96637f7 100644 --- a/anki/collection.py +++ b/anki/collection.py @@ -160,6 +160,7 @@ crt=?, mod=?, scm=?, dty=?, usn=?, ls=?, conf=?""", if check and not runFilter("modSchema", True): raise AnkiError("abortSchemaMod") self.scm = intTime(1000) + self.setMod() def schemaChanged(self): "True if schema changed since last sync."