Properly delete library version for full-text sync on library delete
This commit is contained in:
parent
b5adb084f2
commit
8b1f10aee0
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ Zotero.Fulltext = Zotero.FullText = new function(){
|
||||||
|
|
||||||
|
|
||||||
this.clearLibraryVersion = function (libraryID) {
|
this.clearLibraryVersion = function (libraryID) {
|
||||||
return Zotero.DB.queryAsync("DELETE FROM version WHERE schema=?", "fulltext" + libraryID);
|
return Zotero.DB.queryAsync("DELETE FROM version WHERE schema=?", "fulltext_" + libraryID);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue