Clean up serialized objects in audit_events
This change removes serialized ruby object in `details` hash field in audit_events table. This causes unnecessary coupling with application code and poses potential future breakage. This change also facilitates future DB redesign work (e.g. jsonb migration) on this large table as it does not require application code to be loaded.
Showing
Please register or sign in to comment