gitlab-org--gitlab-foss/changelogs/unreleased/remove-redundant-query-when-retrieving-recent-pushes.yml
Yorick Peterse 4a915c739d
Remove redundant query from User#recent_push
The "events" table has a foreign key on "events.project_id" with a
cascading delete. As such it's impossible for an event to have a
non-existing project ID.
2017-08-07 12:38:32 +02:00

4 lines
104 B
YAML

---
title: Remove redundant query when retrieving the most recent push of a user
merge_request:
author: