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:
parent
bf94ea3eae
commit
fa298cab5b
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue
Block a user