Add direct paging events when checking logs for license (#2821)

This commit is contained in:
Matias Bordese 2023-08-30 11:28:41 -03:00 committed by GitHub
parent 3770cf5414
commit 44c2e6a1d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -74,6 +74,7 @@ class AlertGroupLogRecord(models.Model):
TYPE_RESOLVED,
TYPE_UN_RESOLVED,
TYPE_UN_SILENCE,
TYPE_DIRECT_PAGING,
)
TYPE_CHOICES = (