Fix additional imported Mendeley annotation color ("#000")
This is going to start redacting people's PDFs until we change the default opacity.
This commit is contained in:
parent
cf344335ed
commit
6be797bc14
2 changed files with 5 additions and 1 deletions
|
@ -3276,6 +3276,10 @@ Zotero.Schema = new function(){
|
|||
yield Zotero.DB.queryAsync("DELETE FROM settings WHERE setting='quickCopySite' AND key=?", [""]);
|
||||
}
|
||||
|
||||
else if (i == 116) {
|
||||
yield Zotero.DB.queryAsync("UPDATE itemAnnotations SET color='#000000' WHERE color='#000'");
|
||||
}
|
||||
|
||||
// If breaking compatibility or doing anything dangerous, clear minorUpdateFrom
|
||||
}
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
-- 115
|
||||
-- 116
|
||||
|
||||
-- Copyright (c) 2009 Center for History and New Media
|
||||
-- George Mason University, Fairfax, Virginia, USA
|
||||
|
|
Loading…
Add table
Reference in a new issue