Commit a42e6311 authored by Markus Koller's avatar Markus Koller

Merge branch 'ld-remove-ee-specific-comment-from-lfs-objects-project' into 'master'

Fix comment in LfsObjectsProject

See merge request gitlab-org/gitlab!37026
parents 1b83a504 95dd1dc5
......@@ -15,7 +15,7 @@ class LfsObjectsProject < ApplicationRecord
enum repository_type: {
project: 0,
wiki: 1,
design: 2 ## EE-specific
design: 2
}
scope :project_id_in, ->(ids) { where(project_id: ids) }
......
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