Refactor AuditEvent to use target_type database value
Currently, the target_type is stored in a hash rather than in a more easily accessible database column. This commit creates the new column and updates the write logic to write to both.
Showing
Please register or sign in to comment