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
This commit is contained in:
Dan Stillman 2007-04-06 15:55:26 +00:00
parent 2a1658228b
commit ea5bbdd2c8

View File

@ -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');