Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSean McGivern <sean@gitlab.com>2017-10-26 13:32:47 +0300
committerSean McGivern <sean@gitlab.com>2017-11-02 19:09:56 +0300
commitd8299e320ec8c93311f678ed4dddab66528d021e (patch)
treed48d32e262694667d7cb4e672601b6a4d73d383a /lib
parentbfb5107ae720232a15060ee55feba213ee7dd097 (diff)
Add a column linking an MR to its diff
We already had this the other way around (merge_request_diffs.merge_request_id), but this is needed to gather only the most recent diffs for a set of merge requests.
Diffstat (limited to 'lib')
-rw-r--r--lib/gitlab/import_export/import_export.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gitlab/import_export/import_export.yml b/lib/gitlab/import_export/import_export.yml
index dec8b4c5acd..57678ffdd2a 100644
--- a/lib/gitlab/import_export/import_export.yml
+++ b/lib/gitlab/import_export/import_export.yml
@@ -113,6 +113,7 @@ excluded_attributes:
- :milestone_id
- :ref_fetched
- :merge_jid
+ - :merge_request_diff_id
award_emoji:
- :awardable_id
statuses: