Commit d2f864ef authored by Craig Smith's avatar Craig Smith

Remove ignored scanned_resources_count on Security:Scan

parent 81832751
......@@ -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