Better debugging of newer DB version error
This commit is contained in:
parent
63f5d1cc9b
commit
ea60cb630e
1 changed files with 2 additions and 1 deletions
|
@ -566,7 +566,8 @@ Zotero.Schema = new function(){
|
|||
return true;
|
||||
}
|
||||
|
||||
throw("Zotero '" + schema + "' DB version is newer than SQL file");
|
||||
throw ("Zotero '" + schema + "' DB version (" + dbVersion
|
||||
+ ") is newer than SQL file (" + schemaVersion + ")");
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue