Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-08-25 15:10:42 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-08-25 15:10:42 +0300
commit5d1fc7177a185bbabe15a6f79c2f7464727f6e3e (patch)
tree69c9adc2f2d0f75644ef446e8cf3aefead1f7c55
parent67370c8b72013a75705265605517a40daf69fc33 (diff)
Add latest changes from gitlab-org/gitlab@master
-rw-r--r--app/models/audit_event.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/models/audit_event.rb b/app/models/audit_event.rb
index 69707f56274..f46803be057 100644
--- a/app/models/audit_event.rb
+++ b/app/models/audit_event.rb
@@ -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