提交 38fe3418 编写于 作者: D Douwe Maan

Merge branch 'dz-fix-seed-fu' into 'master'

Explictly require Gitlab::Utils in ProjectFeaturesCompatibility

Closes #41390

See merge request gitlab-org/gitlab-ce!16107
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
# #
# After migrating issues_enabled merge_requests_enabled builds_enabled snippets_enabled and wiki_enabled # After migrating issues_enabled merge_requests_enabled builds_enabled snippets_enabled and wiki_enabled
# fields to a new table "project_features", support for the old fields is still needed in the API. # fields to a new table "project_features", support for the old fields is still needed in the API.
require 'gitlab/utils'
module ProjectFeaturesCompatibility module ProjectFeaturesCompatibility
extend ActiveSupport::Concern extend ActiveSupport::Concern
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册