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:
parent
2a1658228b
commit
ea5bbdd2c8
|
@ -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');
|
||||
|
|
Loading…
Reference in New Issue
Block a user