diff options
author | Luke Duncalfe <lduncalfe@eml.cc> | 2019-09-06 11:43:06 +1200 |
---|---|---|
committer | Luke Duncalfe <lduncalfe@eml.cc> | 2019-09-06 11:52:40 +1200 |
commit | 9efae8fc6636f849d7caaa5e2e069fef6f4c3a90 (patch) | |
tree | c102ce8112dcc19604ecd9c0f57ddaac3f41846d /spec | |
parent | 9d38778f4146fec734695be02f1e63c58f6d78db (diff) | |
download | gitlab-ce-9efae8fc6636f849d7caaa5e2e069fef6f4c3a90.tar.gz |
CE-specific changes for GraphQL DesignType `event`13353-GraphQL-DesignType-event-ce
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/15561
https://gitlab.com/gitlab-org/gitlab-ee/issues/12705
https://gitlab.com/gitlab-org/gitlab-ee/issues/13353
Diffstat (limited to '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 47ba7eff8ed..b755fea35fc 100644 --- a/spec/lib/gitlab/import_export/all_models.yml +++ b/spec/lib/gitlab/import_export/all_models.yml @@ -23,6 +23,7 @@ issues: - epic_issue - epic - designs +- design_versions events: - author - project |