diff --git a/chrome/content/zotero/xpcom/schema.js b/chrome/content/zotero/xpcom/schema.js index 7912529db0..b1634d538e 100644 --- a/chrome/content/zotero/xpcom/schema.js +++ b/chrome/content/zotero/xpcom/schema.js @@ -2915,6 +2915,10 @@ Zotero.Schema = new function(){ Zotero.DB.query("CREATE TABLE translatorCache (\n leafName TEXT PRIMARY KEY,\n translatorJSON TEXT,\n code TEXT,\n lastModifiedTime INT\n)"); } + if (i==76) { + Zotero.DB.query("DELETE FROM itemTags WHERE tagID IS NULL"); + } + Zotero.wait(); } diff --git a/userdata.sql b/userdata.sql index 2582bfe0f3..a543cf5ae0 100644 --- a/userdata.sql +++ b/userdata.sql @@ -1,4 +1,4 @@ --- 75 +-- 76 -- Copyright (c) 2009 Center for History and New Media -- George Mason University, Fairfax, Virginia, USA