Commit 7e7ad070 authored by Gabriel Mazetto's avatar Gabriel Mazetto

Merge branch 'sy-remove-ignore-rule' into 'master'

Remove unneeded IgnoreColumns module

See merge request gitlab-org/gitlab!72243
parents e5c8cbbd a6859e47
......@@ -4,9 +4,6 @@ module IncidentManagement
module PendingEscalations
class Alert < ApplicationRecord
include ::IncidentManagement::BasePendingEscalation
include IgnorableColumns
ignore_columns :schedule_id, :status, remove_with: '14.5', remove_after: '2021-10-22'
self.table_name = 'incident_management_pending_alert_escalations'
......
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