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:
Dan Stillman 2021-05-27 05:28:05 -04:00
parent cf344335ed
commit 6be797bc14
2 changed files with 5 additions and 1 deletions

View file

@ -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
}

View file

@ -1,4 +1,4 @@
-- 115
-- 116
-- Copyright (c) 2009 Center for History and New Media
-- George Mason University, Fairfax, Virginia, USA