Commit 894c583c authored by Robert Speicher's avatar Robert Speicher

Merge branch 'revert-fake-merge-request' into 'master'

Reverts fake commit accidentally merged

See merge request gitlab-org/gitlab!42503
parents 83945bba 7999780d
......@@ -41,6 +41,10 @@ class Project < ApplicationRecord
STATISTICS_ATTRIBUTE = 'repositories_count'
UNKNOWN_IMPORT_URL = 'http://unknown.git'
# Hashed Storage versions handle rolling out new storage to project and dependents models:
# nil: legacy
# 1: repository
# 2: attachments
LATEST_STORAGE_VERSION = 2
HASHED_STORAGE_FEATURES = {
repository: 1,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment