Skip to content

Fix Event#reset_project_activity updates

Stan Hu requested to merge sh-fix-events-update-spec into master

!6678 (merged) removed the lease from Event#reset_project_activity, but it wasn't actually updating the project's last_activity_at timestamp properly. The WHERE clause would always return no matching projects. The spec passed occasionally because the created_at timestamp was automatically set to last_activity_at.

Merge request reports