Fix DB upgrading (broken in 14d435b8d
)
This commit is contained in:
parent
d9553b3cb2
commit
27ab9869be
1 changed files with 3 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue