Stop writing to update_at on audit_events
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`.
Showing
Please register or sign in to comment