Skip to content

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

Merged
taylorotwell merged 1 commit into
6.xfrom
fix-update-timestamp-for-pivot-class
Apr 9, 2020
Merged

[6.x] Prevent timestamp update when pivot is not dirty#32311
taylorotwell merged 1 commit into
6.xfrom
fix-update-timestamp-for-pivot-class

Conversation

@driesvints

Copy link
Copy Markdown
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