Add Zotero.Library.prototype.lastStorageSync
This commit is contained in:
parent
b976c84a29
commit
1b333be23f
4 changed files with 61 additions and 9 deletions
|
@ -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 (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue