commit bd287013fe142fc7deed123721afe173d275c1a7 parent 499d4e30652a60d998b24eaad28994daaa6914fb Author: Dan Stillman <dstillman@zotero.org> Date: Mon, 27 Mar 2017 02:12:48 -0400 Missing line from 499d4e3065 Diffstat:
| M | 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 @@ -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); } }