From fa298cab5bee76dd96067eba835c2c87931cfd1d Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Thu, 24 Jan 2008 18:57:13 +0000 Subject: [PATCH] Increment 1.0.3 style upgrade fix marker now, so I don't have to remember to do it later --- 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 7167e7b35..d40e7d640 100644 --- a/chrome/content/zotero/xpcom/schema.js +++ b/chrome/content/zotero/xpcom/schema.js @@ -205,7 +205,7 @@ Zotero.Schema = new function(){ function updateScrapersRemote(force, callback) { // Little hack to manually update from repo on upgrade to 1.0.3 if (!force) { - var syncTargetVersion = 1; // increment this when releasing new version that requires it + var syncTargetVersion = 2; // increment this when releasing new version that requires it var syncVersion = _getDBVersion('sync'); if (syncVersion < syncTargetVersion) { _updateDBVersion('sync', syncTargetVersion);