Commit ae81cd5d authored by Sean McGivern's avatar Sean McGivern

Merge branch '217941-remove-ignore-update-at-column-code' into 'master'

Remove ignore column code on `updated_at` field

Closes #217941

See merge request gitlab-org/gitlab!40249
parents 5d11ba29 1d16cdfa
......@@ -8,7 +8,6 @@ class AuditEvent < ApplicationRecord
PARALLEL_PERSISTENCE_COLUMNS = [:author_name, :entity_path, :target_details, :target_type].freeze
ignore_column :type, remove_with: '13.6', remove_after: '2020-11-22'
ignore_column :updated_at, remove_with: '13.4', remove_after: '2020-09-22'
serialize :details, Hash # rubocop:disable Cop/ActiveRecordSerialize
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment