Commit 4c9cf01f authored by Dylan Griffith's avatar Dylan Griffith

Merge branch 'remove_ignored_scanned_resources_count_229773' into 'master'

Remove ignored scanned_resources_count on Security:Scan

See merge request gitlab-org/gitlab!48723
parents bcc83adb d2f864ef
......@@ -3,12 +3,9 @@
module Security
class Scan < ApplicationRecord
include CreatedAtFilterable
include IgnorableColumns
self.table_name = 'security_scans'
ignore_column :scanned_resources_count, remove_with: '13.7', remove_after: '2020-12-22'
validates :build_id, presence: true
validates :scan_type, presence: true
......
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