turn majorUpgrade warning back off pending further consideration of whether or not this is a good idea
This commit is contained in:
parent
4d3e097a4b
commit
43bb978a6e
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ Zotero.Schema = new function(){
|
|||
}
|
||||
else {
|
||||
var integrityCheck = false;
|
||||
var majorUpgrade = dbVersion <= 73;
|
||||
var majorUpgrade = false;
|
||||
}
|
||||
|
||||
var ww = Components.classes["@mozilla.org/embedcomp/window-watcher;1"]
|
||||
|
|
Loading…
Reference in a new issue