support: Create RealmAuditLog when updating realm_subdomain.

This commit is contained in:
Siddharth Asthana
2020-12-07 00:34:33 +05:30
committed by Tim Abbott
parent 80c9243c6a
commit 47e478945b
5 changed files with 25 additions and 7 deletions

View File

@@ -3192,6 +3192,7 @@ class AbstractRealmAuditLog(models.Model):
REALM_BILLING_METHOD_CHANGED = 211
REALM_REACTIVATION_EMAIL_SENT = 212
REALM_SPONSORSHIP_PENDING_STATUS_CHANGED = 213
REALM_SUBDOMAIN_CHANGED = 214
SUBSCRIPTION_CREATED = 301
SUBSCRIPTION_ACTIVATED = 302