Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Mazetto <brodock@gmail.com>2017-11-13 17:15:42 +0300
committerGabriel Mazetto <brodock@gmail.com>2017-11-23 16:19:36 +0300
commit0a4d55a1c9f58f383f23b8f60bbe1acba1b8511c (patch)
tree983512cd39cb62287fa6daaa088b3cc3dfdb64b2 /app/models/storage
parent6369db0196ec7b6e288b16382c95243424a59b62 (diff)
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