models: Add REALM_REACTIVATED event type constant to RealmAuditLog.

This commit is contained in:
Vishnu Ks
2018-07-10 10:15:41 +05:30
committed by Tim Abbott
parent d81cf2268a
commit 9670e319cc
2 changed files with 2 additions and 1 deletions

View File

@@ -1974,6 +1974,7 @@ class RealmAuditLog(models.Model):
USER_API_KEY_CHANGED = 'user_api_key_changed'
REALM_DEACTIVATED = 'realm_deactivated'
REALM_REACTIVATED = 'realm_reactivated'
event_type = models.CharField(max_length=40) # type: str