Restore settings to server
If the local data is to be resotres to the zotero server, the settings like tag colors also need to be synced again.
This commit is contained in:
parent
94b2865149
commit
1990240733
1 changed files with 3 additions and 0 deletions
|
@ -1924,6 +1924,9 @@ Zotero.Sync.Server = new function () {
|
|||
sql = "INSERT INTO version VALUES ('syncdeletelog', ?)";
|
||||
Zotero.DB.query(sql, Zotero.Date.getUnixTimestamp());
|
||||
|
||||
var sql = "UPDATE syncedSettings SET synced=0";
|
||||
Zotero.DB.query(sql);
|
||||
|
||||
Zotero.DB.commitTransaction();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue