Commit 3c5e98b0 authored by Andreas Brandl's avatar Andreas Brandl

Cleanup and unignore users.support_bot column

Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/31504
parent 59ac8880
......@@ -56,9 +56,6 @@ class User < ApplicationRecord
BLOCKED_MESSAGE = "Your account has been blocked. Please contact your GitLab " \
"administrator if you think this is an error."
# Removed in GitLab 12.3. Keep until after 2019-09-22.
self.ignored_columns += %i[support_bot]
MINIMUM_INACTIVE_DAYS = 180
# Override Devise::Models::Trackable#update_tracked_fields!
......
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