Commit 98304964 authored by James Fargher's avatar James Fargher

Merge branch '219004-remove-ghost-ignore-statement' into 'master'

Remove users.ghost ignore statement

Closes #219004

See merge request gitlab-org/gitlab!35621
parents 8348a3d4 c89bbc8d
......@@ -69,8 +69,6 @@ class User < ApplicationRecord
MINIMUM_INACTIVE_DAYS = 180
ignore_column :ghost, remove_with: '13.2', remove_after: '2020-06-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