Commit a6859e47 authored by Sarah Yasonik's avatar Sarah Yasonik Committed by Gabriel Mazetto

Remove unneeded IgnoreColumns module

parent 69178bb0
......@@ -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