Commit 76ff0190 authored by Tan Le's avatar Tan Le

Ignore update_at column in audit_events table

parent 89a6d3e0
......@@ -2,6 +2,9 @@
class AuditEvent < ApplicationRecord
include CreatedAtFilterable
include IgnorableColumns
ignore_column :updated_at, remove_with: '13.3', remove_after: '2020-08-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