Fix upgrade error from previous commit
This commit is contained in:
parent
108fd304ab
commit
85087c4859
1 changed files with 1 additions and 1 deletions
|
@ -2091,7 +2091,7 @@ Zotero.Schema = new function(){
|
|||
Zotero.DB.query("DELETE FROM tags WHERE tagID=?", row.tagID);
|
||||
}
|
||||
else {
|
||||
Zotero.DB.query("UPDATE itemTags SET tag=? WHERE tagID=?", [trimmed, row.tagID]);
|
||||
Zotero.DB.query("UPDATE tags SET name=? WHERE tagID=?", [trimmed, row.tagID]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue