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
Hi im getting issues in the sync pull..
If the current document updated_at in watermelon db is greater than the server pulled one.. then it should reject the changes for that current document.
But here it's accepting the old document which is sent by the server.
How do I solve this?
The text was updated successfully, but these errors were encountered:
by default local conflict resolution will be performed where local columns will overwrite remote ones export function resolveConflict
If it would be preferred to completely ignore remote changes in this case I believe you can implement conflictResolver which is applied just after resolveConflict (calling code)
Hi im getting issues in the sync pull..
If the current document updated_at in watermelon db is greater than the server pulled one.. then it should reject the changes for that current document.
But here it's accepting the old document which is sent by the server.
How do I solve this?
The text was updated successfully, but these errors were encountered: