summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2017-05-06 02:02:42 +0000
committerFelipe Artur <felipefac@gmail.com>2017-05-12 16:06:27 -0300
commit0e13c0a9a1b984936b8b364a6cde60c4b0a90cc3 (patch)
treef06fe844312c4a178e34eba4050eba9baab62a57
parenta70276fa63121be0a4f9fd8f540f71b27e1e0275 (diff)
downloadgitlab-ce-0e13c0a9a1b984936b8b364a6cde60c4b0a90cc3.tar.gz
Merge branch 'fix/fork-spec-mysql' into 'master'
Fix fork_spec failure to do with mySQL Closes #31870 See merge request !11121
-rw-r--r--lib/gitlab/import_export/import_export.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/gitlab/import_export/import_export.yml b/lib/gitlab/import_export/import_export.yml
index b95cea371b9..61a163d943a 100644
--- a/lib/gitlab/import_export/import_export.yml
+++ b/lib/gitlab/import_export/import_export.yml
@@ -84,6 +84,8 @@ excluded_attributes:
- :import_jid
- :id
- :star_count
+ - :last_repository_updated_at
+ - :last_repository_check_at
snippets:
- :expired_at
merge_request_diff:
@@ -113,4 +115,4 @@ methods:
merge_requests:
- :diff_head_sha
project:
- - :description_html \ No newline at end of file
+ - :description_html