diff --git a/chrome/content/zotero/xpcom/schema.js b/chrome/content/zotero/xpcom/schema.js index 29f79ffa1..aaf735387 100644 --- a/chrome/content/zotero/xpcom/schema.js +++ b/chrome/content/zotero/xpcom/schema.js @@ -2269,10 +2269,9 @@ Zotero.Schema = new function(){ yield Zotero.DB.queryAsync("DROP TABLE itemsOld"); yield Zotero.DB.queryAsync("DROP TABLE tagsOld"); } - - yield _updateDBVersion('userdata', toVersion); - - return true; } + + yield _updateDBVersion('userdata', toVersion); + return true; }); }