diff options
author | Robert Speicher <rspeicher@gmail.com> | 2017-03-03 13:22:39 -0500 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2017-03-06 14:41:10 -0500 |
commit | f96d5112dca596fb85718b3cca2a7b30b3877207 (patch) | |
tree | f243df03c803fcfbd0db14a47eea890857a85345 | |
parent | 23c2b8f6bb35d8a2af41c282ae02824e95c3fbd3 (diff) | |
download | gitlab-ce-f96d5112dca596fb85718b3cca2a7b30b3877207.tar.gz |
Add `uploads` to known models for Import/Export spec
-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 f20b6be51e1..1a1280e5198 100644 --- a/spec/lib/gitlab/import_export/all_models.yml +++ b/spec/lib/gitlab/import_export/all_models.yml @@ -199,6 +199,7 @@ project: - project_authorizations - route - statistics +- uploads award_emoji: - awardable - user |