mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
audit_log: Reserve a number for STREAM_REACTIVATED.
We don't yet have a do_reactivate_stream function, but we reserve a number since: 1. It'll likely be added in the future. 2. For now, we can restore archived stream with some manual intervention in the Django shell, and for that we'll want to create an appropriate RealmAuditLog entry.
This commit is contained in:
committed by
Tim Abbott
parent
ddf4053a73
commit
4dae22684a
@@ -3830,6 +3830,7 @@ class AbstractRealmAuditLog(models.Model):
|
||||
STREAM_CREATED = 601
|
||||
STREAM_DEACTIVATED = 602
|
||||
STREAM_NAME_CHANGED = 603
|
||||
STREAM_REACTIVATED = 604
|
||||
|
||||
event_type: int = models.PositiveSmallIntegerField()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user