diff options
author | Gabriel Mazetto <brodock@gmail.com> | 2017-08-04 07:30:42 +0200 |
---|---|---|
committer | Gabriel Mazetto <brodock@gmail.com> | 2017-08-22 06:33:20 +0200 |
commit | 9e6fa996eab978506af1084b79a9c3f91f6d575b (patch) | |
tree | 39cdc0aafa13c16551f4f7f244a19e94d6b8582f /lib | |
parent | 53403399577bdca0e8f0886fa62ce0e75c14a8e0 (diff) | |
download | gitlab-ce-9e6fa996eab978506af1084b79a9c3f91f6d575b.tar.gz |
New storage is now "Hashed" instead of "UUID"
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 9d9ebcb389a..894950e341f 100644 --- a/lib/gitlab/import_export/import_export.yml +++ b/lib/gitlab/import_export/import_export.yml @@ -98,6 +98,7 @@ excluded_attributes: - :last_activity_at - :last_repository_updated_at - :last_repository_check_at + - :storage_version snippets: - :expired_at merge_request_diff: |