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
Fixes#2987
If an entry has no changes but did get a MySQL UPDATE the trigger will not fire.
This prevents entities from being reindexed when they haven't changed.
This way the refresh index cron job finishes faster without any loss of functionality.
This updated_at column is ignored because this is the only column that will always change, even if no attribute has been edited.
0 commit comments