Skip to content
代码片段 群组 项目
提交 de9cfdcc 编辑于 作者: Changzheng Liu's avatar Changzheng Liu
浏览文件

Remove deprecated es indexer param chema-version-commits

上级 00293ef5
No related branches found
No related tags found
无相关合并请求
5.0.0
5.1.0
......@@ -195,7 +195,6 @@ def build_blob_specific_flags
%W[--repository-access-level=#{container.repository_access_level}].tap do |c|
c << "--hashed-root-namespace-id=#{project.namespace.hashed_root_namespace_id}"
c << "--schema-version-blob=#{BLOB_SCHEMA_VERSION}"
c << '--schema-version-commits'
c << "--schema-version-commit=#{COMMIT_SCHEMA_VERSION}"
c << "--archived=#{project.archived}" if migration_finished?(:add_archived_to_commits) &&
......
......@@ -173,7 +173,6 @@
"--repository-access-level=#{project.repository_access_level}",
"--hashed-root-namespace-id=#{project.namespace.hashed_root_namespace_id}",
"--schema-version-blob=2308",
'--schema-version-commits',
"--schema-version-commit=2306",
"--archived=#{project.archived}",
"--traversal-ids=#{project.namespace_ancestry}",
......@@ -216,7 +215,6 @@
"--repository-access-level=#{project.repository_access_level}",
"--hashed-root-namespace-id=#{project.namespace.hashed_root_namespace_id}",
"--schema-version-blob=2308",
'--schema-version-commits',
"--schema-version-commit=2306",
"--traversal-ids=#{project.namespace_ancestry}",
"#{project.repository.disk_path}.git"
......@@ -258,7 +256,6 @@
"--repository-access-level=#{project.repository_access_level}",
"--hashed-root-namespace-id=#{project.namespace.hashed_root_namespace_id}",
"--schema-version-blob=2308",
'--schema-version-commits',
"--schema-version-commit=2306",
"--traversal-ids=#{project.namespace_ancestry}",
"#{project.repository.disk_path}.git"
......@@ -295,7 +292,6 @@
"--repository-access-level=#{project.repository_access_level}",
"--hashed-root-namespace-id=#{project.namespace.hashed_root_namespace_id}",
"--schema-version-blob=2308",
'--schema-version-commits',
"--schema-version-commit=2306",
"--archived=#{project.archived}",
"--traversal-ids=#{project.namespace_ancestry}",
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册