Commit 58bb74f9 authored by Douglas Barbosa Alexandre's avatar Douglas Barbosa Alexandre

Merge branch 'issue_345844' into 'master'

Ignore requirements_management_test_reports.requirement_id column

See merge request gitlab-org/gitlab!82134
parents 1feb992a 778ffb36
......@@ -2,9 +2,12 @@
module RequirementsManagement
class TestReport < ApplicationRecord
include IgnorableColumns
include Sortable
include BulkInsertSafe
ignore_column :requirement_id, remove_with: '14.10', remove_after: '2022-03-22'
belongs_to :author, inverse_of: :test_reports, class_name: 'User'
belongs_to :build, class_name: 'Ci::Build'
belongs_to :requirement_issue, class_name: 'Issue', foreign_key: :issue_id
......
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