diff options
author | Patrick Bajao <ebajao@gitlab.com> | 2019-06-18 12:15:17 +0800 |
---|---|---|
committer | Patrick Bajao <ebajao@gitlab.com> | 2019-06-26 10:10:11 +0800 |
commit | 5c3446c01b8a2648b0a83a89e4c52861f80a4fdb (patch) | |
tree | 469bcc30fdc7f0fbe434decd0deeb2575d9fd699 | |
parent | 6aa0b173e240f7f27c2cc6d1d4c87b7688940283 (diff) | |
download | gitlab-ce-5c3446c01b8a2648b0a83a89e4c52861f80a4fdb.tar.gz |
Add project_aliases to be imported/exported
-rw-r--r-- | spec/lib/gitlab/import_export/all_models.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/lib/gitlab/import_export/all_models.yml b/spec/lib/gitlab/import_export/all_models.yml index 7a250603b6b..7baa52ffb4f 100644 --- a/spec/lib/gitlab/import_export/all_models.yml +++ b/spec/lib/gitlab/import_export/all_models.yml @@ -397,6 +397,7 @@ project: - incident_management_setting - merge_trains - designs +- project_aliases award_emoji: - awardable - user |