1. 02 Jul, 2020 1 commit
    • 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
  2. 01 Jul, 2020 39 commits