summaryrefslogtreecommitdiff
path: root/app/models/storage
diff options
context:
space:
mode:
authorGabriel Mazetto <brodock@gmail.com>2017-11-13 15:15:42 +0100
committerGabriel Mazetto <brodock@gmail.com>2017-11-23 14:19:36 +0100
commit0a4d55a1c9f58f383f23b8f60bbe1acba1b8511c (patch)
tree983512cd39cb62287fa6daaa088b3cc3dfdb64b2 /app/models/storage
parent6369db0196ec7b6e288b16382c95243424a59b62 (diff)
downloadgitlab-ce-0a4d55a1c9f58f383f23b8f60bbe1acba1b8511c.tar.gz
Refactor Hashed Storage migration to add additional migration steps
Diffstat (limited to 'app/models/storage')
-rw-r--r--app/models/storage/hashed_project.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/models/storage/hashed_project.rb b/app/models/storage/hashed_project.rb
index f025f40994e..fae1b64961a 100644
--- a/app/models/storage/hashed_project.rb
+++ b/app/models/storage/hashed_project.rb
@@ -4,7 +4,6 @@ module Storage
delegate :gitlab_shell, :repository_storage_path, to: :project
ROOT_PATH_PREFIX = '@hashed'.freeze
- STORAGE_VERSION = 1
def initialize(project)
@project = project