Skip to content
Snippets Groups Projects

Removes ignore_column for file_checksum

Merged Shola Quadri requested to merge 500465/sq/removes-ignorecolumn-file_checksum into master
All threads resolved!
1 file
+ 0
3
Compare changes
  • Side-by-side
  • Inline
@@ -3,9 +3,6 @@
@@ -3,9 +3,6 @@
module Projects
module Projects
class XrayReport < ApplicationRecord
class XrayReport < ApplicationRecord
include Gitlab::Utils::StrongMemoize
include Gitlab::Utils::StrongMemoize
include IgnorableColumns
ignore_column :file_checksum, remove_with: '17.8', remove_after: '2024-12-22'
belongs_to :project
belongs_to :project
Loading