Skip to content
Snippets Groups Projects
Commit 226defcf authored by Mikołaj Wawrzyniak's avatar Mikołaj Wawrzyniak :one:
Browse files

Merge branch '347032-add-ignore-rule-for-migrated_to_new_structure' into 'master'

Add ignore rule for migrated_to_new_structure column

See merge request !91381
parents 4a10518f 5550f48f
No related branches found
No related tags found
2 merge requests!91679Log Search API search timings to determine service levels,!91381Add ignore rule for migrated_to_new_structure column
Pipeline #579403296 passed
......@@ -6,6 +6,8 @@ class Finding < ApplicationRecord
include ::Gitlab::Utils::StrongMemoize
include Presentable
include ::VulnerabilityFindingHelpers
include IgnorableColumns
ignore_column %i[migrated_to_new_structure], remove_with: '15.4', remove_after: '2022-08-22'
# https://gitlab.com/groups/gitlab-org/-/epics/3148
# https://gitlab.com/gitlab-org/gitlab/-/issues/214563#note_370782508 is why the table names are not renamed
......
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