Commit b96c773e authored by Alper Akgun's avatar Alper Akgun

Merge branch '241364-remove-user-bio-ignore-column' into 'master'

Remove `ignore_column` for users.bio

Closes #241364

See merge request gitlab-org/gitlab!42565
parents 9c51aeb7 3c48c5ec
......@@ -71,8 +71,6 @@ class User < ApplicationRecord
MINIMUM_INACTIVE_DAYS = 180
ignore_column :bio, remove_with: '13.4', remove_after: '2020-09-22'
# Override Devise::Models::Trackable#update_tracked_fields!
# to limit database writes to at most once every hour
# rubocop: disable CodeReuse/ServiceClass
......
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