mirror of
https://github.com/zotero/zotero.git
synced 2026-09-19 00:01:31 +00:00
show major upgrade warning when upgrading from 2.0.9
This commit is contained in:
parent
2668fc8491
commit
806cf6b1a4
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ Zotero.Schema = new function(){
|
|||
}
|
||||
else {
|
||||
var integrityCheck = false;
|
||||
var majorUpgrade = false;
|
||||
var majorUpgrade = dbVersion <= 73;
|
||||
}
|
||||
|
||||
var ww = Components.classes["@mozilla.org/embedcomp/window-watcher;1"]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue