Skip to content
Snippets Groups Projects
Commit 542c8fc3 authored by Shola Quadri's avatar Shola Quadri :speech_balloon:
Browse files

Removes ignore_column for file_checksum

parent da464d57
No related branches found
No related tags found
3 merge requests!181325Fix ambiguous `created_at` in project.rb,!179611Draft: Rebase CR approach for zoekt assignments,!175890Removes ignore_column for file_checksum
...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment