mirror of
https://github.com/zotero/zotero.git
synced 2026-09-26 01:11:23 +00:00
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) {
|
||||
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
Reference in a new issue