Fix DB upgrading (broken in 14d435b8d)

This commit is contained in:
Dan Stillman 2015-05-13 11:19:29 -04:00
parent d9553b3cb2
commit 27ab9869be

View file

@ -2269,10 +2269,9 @@ Zotero.Schema = new function(){
yield Zotero.DB.queryAsync("DROP TABLE itemsOld");
yield Zotero.DB.queryAsync("DROP TABLE tagsOld");
}
yield _updateDBVersion('userdata', toVersion);
return true;
}
yield _updateDBVersion('userdata', toVersion);
return true;
});
}