• Tan Le's avatar
    Clean up serialized objects in audit_events · a4e5194d
    Tan Le authored
    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.
    a4e5194d
216577-fix-ruby-object-audit-events-migrations.yml 96 Bytes