mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 07:22:23 -04:00
bugfix for change model
This commit is contained in:
parent
e2676c238f
commit
608b899e58
1 changed files with 1 additions and 1 deletions
|
@ -1192,7 +1192,7 @@ and fieldModelId = :id""" % fids, id=old.id)
|
|||
insert into fields
|
||||
(id, factId, fieldModelId, ordinal, value)
|
||||
values
|
||||
(:id, :fid, :fmid, :ord, ""''', d)
|
||||
(:id, :fid, :fmid, :ord, "")''', d)
|
||||
# fact modtime
|
||||
self.updateProgress()
|
||||
self.s.statement("""
|
||||
|
|
Loading…
Reference in a new issue