Skip to content
代码片段 群组 项目
未验证 提交 f6ee3b5e 编辑于 作者: Gregory Havenga's avatar Gregory Havenga 提交者: GitLab
浏览文件

Merge branch 'fix-x-db-transaction-in-ingest-remedations' into 'master'

No related branches found
No related tags found
无相关合并请求
......@@ -18,7 +18,7 @@ class IngestRemediations < AbstractTask
# The remediations are ingested via a Bulk Insert. This requires a new class to avoid implementing the
# Carrierwave file upload instrumentation, as this doesn't work with the BulkInsertSafe module.
# Context: https://gitlab.com/gitlab-org/gitlab/-/issues/362169
class RemediationBulkInsertProxy < ApplicationRecord
class RemediationBulkInsertProxy < Gitlab::Database::SecApplicationRecord
include BulkInsertSafe
include ShaAttribute
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册