You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 19, 2018. It is now read-only.
sandysage
added
to do
and removed
backlog
We have looked at and understand the issue. Prioritized with alignment to product initiatives.
labels
Feb 8, 2018
In service to sync, the on-device IndexedDB requires additional collections/tables:
pending
to track changes to be applied (locally and remotely)markers
to track the last sync point for each collection (items
andkeystores
)Further modifications to the existing
keystores
table are necessary:uuid
from the indexesid
to the record (indexed), set toHASH(group)
last_modified
to record (but not indexed) to track the server-provided timestampAdditional changes to the
items
table are necessary:last_modified
to record (but not indexed) to track the server-provided timestampRelated
The text was updated successfully, but these errors were encountered: