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

Remove ignore columns concern from requirements

上级 b0e0d256
No related branches found
No related tags found
无相关合并请求
......@@ -11,25 +11,8 @@ class Requirement < ApplicationRecord
include AtomicInternalId
include Sortable
include Gitlab::SQL::Pattern
include IgnorableColumns
include FilterableByTestReports
ignore_columns(
%i[
created_at
updated_at
author_id
cached_markdown_version
state
title
title_html
description
description_html
],
remove_with: '16.9',
remove_after: '2024-01-22'
)
# the expected name for this table is `requirements_management_requirements`,
# but to avoid downtime and deployment issues `requirements` is still used
# https://gitlab.com/gitlab-org/gitlab/-/merge_requests/30052#note_329556542
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册