From bd287013fe142fc7deed123721afe173d275c1a7 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Mon, 27 Mar 2017 02:12:48 -0400 Subject: [PATCH] Missing line from 499d4e3065 --- chrome/content/zotero/xpcom/schema.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero/xpcom/schema.js b/chrome/content/zotero/xpcom/schema.js index 26857fa00b..791762f55e 100644 --- a/chrome/content/zotero/xpcom/schema.js +++ b/chrome/content/zotero/xpcom/schema.js @@ -664,7 +664,7 @@ Zotero.Schema = new function(){ if (!skipVersionUpdates) { let sql = "REPLACE INTO version (schema, version) VALUES ('delete', ?)"; - yield Zotero.DB.queryAsync(sql, version); + yield Zotero.DB.queryAsync(sql, deletedVersion); } }