[ADD] HORILLA_AUDIT: New field added to the model HistoryTrackingFields

This commit is contained in:
Horilla
2024-07-02 14:36:39 +05:30
parent 1a10637b81
commit a251d9d9ae

View File

@@ -121,6 +121,7 @@ def post_create_horilla_audit_log(sender, instance, *_args, **kwargs):
class HistoryTrackingFields(HorillaModel):
tracking_fields = models.JSONField(null=True, blank=True, editable=False)
work_info_track = models.BooleanField(default=True)
class AccountBlockUnblock(HorillaModel):