From 6078eb1d59f3f37942f64af17590ccf3211e8237 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Mon, 24 Nov 2008 09:12:49 +0000 Subject: [PATCH] Update schema migration comments --- chrome/content/zotero/xpcom/schema.js | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/chrome/content/zotero/xpcom/schema.js b/chrome/content/zotero/xpcom/schema.js index 8b360cc323..84780225a0 100644 --- a/chrome/content/zotero/xpcom/schema.js +++ b/chrome/content/zotero/xpcom/schema.js @@ -1911,7 +1911,7 @@ Zotero.Schema = new function(){ Zotero.DB.query("CREATE INDEX storageDeleteLog_timestamp ON storageDeleteLog(timestamp)"); } - // 1.5 Sync Preview 2.1 + // 1.5 Sync Preview 2.2 if (i==41) { var translators = Zotero.DB.query("SELECT * FROM translators WHERE inRepository!=1"); if (translators) { @@ -1956,7 +1956,6 @@ Zotero.Schema = new function(){ Zotero.DB.query("DROP TABLE csl"); } - // 1.5 Sync Preview 2.2 if (i==42) { Zotero.DB.query("UPDATE itemAttachments SET syncState=0"); } @@ -1966,6 +1965,8 @@ Zotero.Schema = new function(){ Zotero.DB.query("UPDATE itemNotes SET note='
' || TEXT2HTML(note) || '
' WHERE note NOT LIKE '