Commit a0194172 authored by Mark Chao's avatar Mark Chao

Update TODO: allow_collaboration column renaming

parent e555db6f
...@@ -1353,6 +1353,7 @@ class MergeRequest < ApplicationRecord ...@@ -1353,6 +1353,7 @@ class MergeRequest < ApplicationRecord
end end
# TODO: remove once production database rename completes # TODO: remove once production database rename completes
# https://gitlab.com/gitlab-org/gitlab-ce/issues/47592
alias_attribute :allow_collaboration, :allow_maintainer_to_push alias_attribute :allow_collaboration, :allow_maintainer_to_push
def allow_collaboration def allow_collaboration
......
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