turn majorUpgrade warning back off pending further consideration of whether or not this is a good idea

This commit is contained in:
Simon Kornblith 2011-03-24 04:26:49 +00:00
parent 4d3e097a4b
commit 43bb978a6e

View file

@ -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"]