Commit 1d16cdfa authored by Tan Le's avatar Tan Le

Remove ignore column code on `updated_at` field

parent 8760601b
...@@ -8,7 +8,6 @@ class AuditEvent < ApplicationRecord ...@@ -8,7 +8,6 @@ class AuditEvent < ApplicationRecord
PARALLEL_PERSISTENCE_COLUMNS = [:author_name, :entity_path, :target_details].freeze PARALLEL_PERSISTENCE_COLUMNS = [:author_name, :entity_path, :target_details].freeze
ignore_column :type, remove_with: '13.6', remove_after: '2020-11-22' 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 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