Add Zotero.Library.prototype.lastStorageSync

This commit is contained in:
Dan Stillman 2015-09-22 01:27:39 -04:00
parent b976c84a29
commit 1b333be23f
4 changed files with 61 additions and 9 deletions

View file

@ -261,7 +261,8 @@ CREATE TABLE libraries (
editable INT NOT NULL,
filesEditable INT NOT NULL,
version INT NOT NULL DEFAULT 0,
lastSync INT NOT NULL DEFAULT 0
lastSync INT NOT NULL DEFAULT 0,
lastStorageSync INT NOT NULL DEFAULT 0
);
CREATE TABLE users (