Commit 64b1af85 authored by Aleksei Lipniagov's avatar Aleksei Lipniagov

Call remove_feature_dependent_sub_relations! (EE)

parent 422cec41
......@@ -87,6 +87,8 @@ module Gitlab
# consume and remove objects from memory
while data_hash = data_hashes.shift
remove_feature_dependent_sub_relations!(data_hash)
process_project_relation_item!(relation_key, relation_definition, data_hash)
end
end
......
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