diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-08-25 00:10:16 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-08-25 00:10:16 +0000 |
commit | 06528399ad1a7fd6a08d79bb54b656a595050d7e (patch) | |
tree | e927a1a41521f54afa5df23c555646f5fe46bd24 /app/models/audit_event.rb | |
parent | 39a4ea6124066f2209829899e6c1afe247304c91 (diff) | |
download | gitlab-ce-06528399ad1a7fd6a08d79bb54b656a595050d7e.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/models/audit_event.rb')
-rw-r--r-- | app/models/audit_event.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/audit_event.rb b/app/models/audit_event.rb index c496e152995..69707f56274 100644 --- a/app/models/audit_event.rb +++ b/app/models/audit_event.rb @@ -5,7 +5,7 @@ class AuditEvent < ApplicationRecord include IgnorableColumns include BulkInsertSafe - PARALLEL_PERSISTENCE_COLUMNS = [:author_name, :entity_path, :target_details].freeze + 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' |