Commit a523866d authored by Mayra Cabrera's avatar Mayra Cabrera

Merge branch '270409-remove-ignore-rule-for-feature-filter-type' into 'master'

Remove ignore rule for feature_filter_type column

See merge request gitlab-org/gitlab!49121
parents aef3ed71 2c7dd23c
......@@ -8,8 +8,6 @@ class UserPreference < ApplicationRecord
# extra methods that aren't really needed here.
NOTES_FILTERS = { all_notes: 0, only_comments: 1, only_activity: 2 }.freeze
ignore_column :feature_filter_type, remove_with: '13.8', remove_after: '2021-01-22'
belongs_to :user
scope :with_user, -> { joins(:user) }
......
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