Commit 537a72fe authored by Jan Provaznik's avatar Jan Provaznik

Remove ignore of pipeline_id

parent 84bd4dff
...@@ -4,9 +4,6 @@ module RequirementsManagement ...@@ -4,9 +4,6 @@ module RequirementsManagement
class TestReport < ApplicationRecord class TestReport < ApplicationRecord
include Sortable include Sortable
include BulkInsertSafe include BulkInsertSafe
include IgnorableColumns
ignore_column :pipeline_id, remove_with: '13.4', remove_after: '2020-08-22'
belongs_to :requirement, inverse_of: :test_reports belongs_to :requirement, inverse_of: :test_reports
belongs_to :author, inverse_of: :test_reports, class_name: 'User' belongs_to :author, inverse_of: :test_reports, class_name: 'User'
......
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