From ea5bbdd2c885ff6fe9ecf72863c4ca4f9c323da8 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Fri, 6 Apr 2007 15:55:26 +0000 Subject: [PATCH] Addresses #601, Allow Quick Copy to be site-specific Addresses #560, Method for inserting bibliography/export format into text box on current page Missed file from r1389 --- chrome/content/zotero/xpcom/schema.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/chrome/content/zotero/xpcom/schema.js b/chrome/content/zotero/xpcom/schema.js index 7403d42fb..611c6a34c 100644 --- a/chrome/content/zotero/xpcom/schema.js +++ b/chrome/content/zotero/xpcom/schema.js @@ -897,6 +897,10 @@ Zotero.Schema = new function(){ } // 1.0.0b4.r2 + + if (i==29) { + Zotero.DB.query("CREATE TABLE settings (\n setting TEXT,\n key TEXT,\n value,\n PRIMARY KEY (setting, key)\n);"); + } } _updateSchema('userdata');