mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 06:23:38 +00:00
models: Add REALM_REACTIVATED event type constant to RealmAuditLog.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user