Commit 95dd1dc5 authored by Luke Duncalfe's avatar Luke Duncalfe

Fix comment in LfsObjectsProject

Now that Design Management has moved to core the feature is no longer
EE-specific.

https://gitlab.com/gitlab-org/gitlab/-/issues/212566
parent 8815b77e
......@@ -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