Merge pull request #654 from sualk/4.0
Restore settings (tag colors) to server
This commit is contained in:
commit
20a3f97bde
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