Skip to content

Commit

Permalink
Add direct paging events when checking logs for license (#2821)
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasb authored Aug 30, 2023
1 parent 3770cf5 commit 44c2e6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engine/apps/alerts/models/alert_group_log_record.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ class AlertGroupLogRecord(models.Model):
TYPE_RESOLVED,
TYPE_UN_RESOLVED,
TYPE_UN_SILENCE,
TYPE_DIRECT_PAGING,
)

TYPE_CHOICES = (
Expand Down

0 comments on commit 44c2e6a

Please sign in to comment.