diff options
author | Sean McGivern <sean@mcgivern.me.uk> | 2018-11-05 13:25:39 +0000 |
---|---|---|
committer | Sean McGivern <sean@mcgivern.me.uk> | 2018-11-05 13:25:39 +0000 |
commit | 19c5468a2788c8fd07a403997846712413324e75 (patch) | |
tree | 2cfb8a759199e783a74fdc7a32dcb72ec9965593 /lib | |
parent | 3eb57ceccd3b75c34993c77e329f7f08000f118f (diff) | |
parent | 270155d655bec91c3ae636e158b25fdb5bd03b45 (diff) | |
download | gitlab-ce-19c5468a2788c8fd07a403997846712413324e75.tar.gz |
Merge branch '52300-pool-repositories' into 'master'
Start tracking pool repositories
Closes #38238 and #52300
See merge request gitlab-org/gitlab-ce!22482
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 2bed470514b..9790818ecaf 100644 --- a/lib/gitlab/import_export/import_export.yml +++ b/lib/gitlab/import_export/import_export.yml @@ -92,6 +92,7 @@ excluded_attributes: - :path - :namespace_id - :creator_id + - :pool_repository_id - :import_url - :import_status - :avatar |