diff options
author | James Lopez <james@gitlab.com> | 2019-03-18 12:55:46 +0000 |
---|---|---|
committer | James Lopez <james@gitlab.com> | 2019-03-18 12:55:46 +0000 |
commit | bbbaa7078b62621f86030502bb1b317edea93039 (patch) | |
tree | abae74c12d0fa987623f62d1ef4a71b69c169a17 /lib | |
parent | 19356faa8164329317a00eb5d225386ab09280c5 (diff) | |
parent | c122014fd3978b8398ead838fa51eea947872a45 (diff) | |
download | gitlab-ce-bbbaa7078b62621f86030502bb1b317edea93039.tar.gz |
Merge branch 'pravi/gitlab-ce-update-acts-as-taggable-on' into 'master'
Update acts-as-taggable-on 5.0 -> 6.0
See merge request gitlab-org/gitlab-ce!26051
Diffstat (limited to 'lib')
-rw-r--r-- | lib/gitlab/import_export/import_export.yml | 1 |
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 fa54fc17d95..a0aab9fcbaf 100644 --- a/lib/gitlab/import_export/import_export.yml +++ b/lib/gitlab/import_export/import_export.yml @@ -117,6 +117,7 @@ excluded_attributes: - :description_html - :repository_languages - :bfg_object_map + - :tag_list namespaces: - :runners_token - :runners_token_encrypted |