Fix DB upgrading (broken in 14d435b8d
)
This commit is contained in:
parent
d9553b3cb2
commit
27ab9869be
|
@ -2269,10 +2269,9 @@ Zotero.Schema = new function(){
|
||||||
yield Zotero.DB.queryAsync("DROP TABLE itemsOld");
|
yield Zotero.DB.queryAsync("DROP TABLE itemsOld");
|
||||||
yield Zotero.DB.queryAsync("DROP TABLE tagsOld");
|
yield Zotero.DB.queryAsync("DROP TABLE tagsOld");
|
||||||
}
|
}
|
||||||
|
|
||||||
yield _updateDBVersion('userdata', toVersion);
|
|
||||||
|
|
||||||
return true;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
yield _updateDBVersion('userdata', toVersion);
|
||||||
|
return true;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user