include template q/afmt in model schema check

This commit is contained in:
Damien Elmes 2012-11-08 16:57:34 +09:00
parent e5401f5b8e
commit 884ade00c2

View file

@ -454,6 +454,8 @@ select id from notes where mid = ?)""" % " ".join(map),
s += f['name']
for t in m['tmpls']:
s += t['name']
s += t['qfmt']
s += t['afmt']
return fieldChecksum(s)
# Required field/text cache