From 4768a1e26f70263be24ac681042507fe01218b9b Mon Sep 17 00:00:00 2001 From: Sean McGivern Date: Thu, 26 Oct 2017 11:33:54 +0100 Subject: Set merge_request_diff_id on MR when creating Once we migrate existing MRs to have this column, we will be able to get the latest diff for a single merge request more efficiently, and (more importantly) get all latest diffs for a collection of MRs efficiently. --- lib/gitlab/import_export/import_export.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/gitlab/import_export/import_export.yml b/lib/gitlab/import_export/import_export.yml index 57678ffdd2a..26665d7d926 100644 --- a/lib/gitlab/import_export/import_export.yml +++ b/lib/gitlab/import_export/import_export.yml @@ -113,7 +113,7 @@ excluded_attributes: - :milestone_id - :ref_fetched - :merge_jid - - :merge_request_diff_id + - :latest_merge_request_diff_id award_emoji: - :awardable_id statuses: -- cgit v1.2.3