Commit 7999780d authored by Mayra Cabrera's avatar Mayra Cabrera

Reverts fake commit accidentally merged

When testing
https://gitlab.com/gitlab-com/gl-infra/delivery/-/issues/1107, a merge
request was accidentally merged. This commit restores it back
parent d0a9c76c
......@@ -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