Increment 1.0.3 style upgrade fix marker now, so I don't have to remember to do it later

This commit is contained in:
Dan Stillman 2008-01-24 18:57:13 +00:00
parent bf94ea3eae
commit fa298cab5b

View File

@ -205,7 +205,7 @@ Zotero.Schema = new function(){
function updateScrapersRemote(force, callback) {
// Little hack to manually update from repo on upgrade to 1.0.3
if (!force) {
var syncTargetVersion = 1; // increment this when releasing new version that requires it
var syncTargetVersion = 2; // increment this when releasing new version that requires it
var syncVersion = _getDBVersion('sync');
if (syncVersion < syncTargetVersion) {
_updateDBVersion('sync', syncTargetVersion);