• Tan Le's avatar
    Stop writing to update_at on audit_events · 345c4e64
    Tan Le authored
    We are dropping this column as this is an append-only table. Even
    though the column has been marked as ignored (via `IgnoreableColumn`),
    we still miss the use case where attributes are updated directly via
    `Gitlab::Database.bulk_insert`.
    345c4e64
audit_event.rb 1.42 KB