Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[6.x] Prevent timestamp update when pivot is not dirty #32311

Merged
merged 1 commit into from
Apr 9, 2020

Conversation

driesvints
Copy link
Member

This will prevent the updated_at timestamp from being updated when the pivot isn't dirty during syncing.

Fixes #30573

@driesvints driesvints changed the base branch from 7.x to 6.x April 9, 2020 13:37
@taylorotwell taylorotwell merged commit 5484301 into 6.x Apr 9, 2020
@driesvints driesvints changed the title [7.x] Prevent timestamp update when pivot is not dirty [6.x] Prevent timestamp update when pivot is not dirty Apr 9, 2020
@driesvints driesvints deleted the fix-update-timestamp-for-pivot-class branch April 9, 2020 14:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Syncing currently attached relationships updates the updated_at timestamp even if the data has not changed
2 participants