Commit 3e41f31f authored by Max Woolf's avatar Max Woolf

Merge branch '337432-remove-related_issues_for_batches-scope' into 'master'

Remove unused related_issues_for_batches scope

See merge request gitlab-org/gitlab!73931
parents 6c1b4093 7cd4454c
......@@ -15,7 +15,6 @@ class EpicIssue < ApplicationRecord
alias_attribute :parent, :epic
scope :in_epic, ->(epic_id) { where(epic_id: epic_id) }
scope :related_issues_for_batches, ->(epic_ids) { select(:id, :relative_position).where(epic_id: epic_ids) }
validate :validate_confidential_epic
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment