gitlab-org--gitlab-foss/changelogs/unreleased/47988-improve-milestone-queries-with-subqueries.yml
Heinrich Lee Yu 2f76ff19f8 Fix MilestonesFinder to pass relations to scope
Instead of querying relations into ids we just pass them to the model
scope because the scope supports it now.

Also changes other calls to `Milestone.for_projects_and_groups`
2019-01-12 00:05:36 +08:00

5 lines
137 B
YAML

---
title: Improve milestone queries using subqueries instead of separate queries for ids
merge_request: 24325
author:
type: performance