diff options
author | blackst0ne <blackst0ne.ru@gmail.com> | 2017-05-05 16:39:26 +1100 |
---|---|---|
committer | blackst0ne <blackst0ne.ru@gmail.com> | 2017-05-05 16:39:26 +1100 |
commit | cca09bbb1864bf300157d4d9c5500b83acf9f5c7 (patch) | |
tree | 53a0c17d9306d94731b0c061ca0cec0c19166341 /lib | |
parent | 154610c92bec0f94067ab88f35c5afdf6f10791d (diff) | |
download | gitlab-ce-cca09bbb1864bf300157d4d9c5500b83acf9f5c7.tar.gz |
Update Import/Export files
Diffstat (limited to 'lib')
-rw-r--r-- | lib/gitlab/import_export/relation_factory.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/import_export/relation_factory.rb b/lib/gitlab/import_export/relation_factory.rb index 4a54e7ef2e7..956763fa399 100644 --- a/lib/gitlab/import_export/relation_factory.rb +++ b/lib/gitlab/import_export/relation_factory.rb @@ -15,7 +15,7 @@ module Gitlab priorities: :label_priorities, label: :project_label }.freeze - USER_REFERENCES = %w[author_id assignee_id updated_by_id user_id created_by_id merge_user_id resolved_by_id].freeze + USER_REFERENCES = %w[author_id assignee_id updated_by_id user_id created_by_id last_edited_by_id merge_user_id resolved_by_id].freeze PROJECT_REFERENCES = %w[project_id source_project_id target_project_id].freeze |