Commit 4a71cb34 authored by Mikołaj Wawrzyniak's avatar Mikołaj Wawrzyniak

Merge branch 'remove-ignore-rules-for-bio-html-and-cached-markdown-version' into 'master'

Remove ignore rules for bio_html and cached_markdown_version

See merge request gitlab-org/gitlab!74171
parents abef1bb0 3204b4b0
......@@ -2,9 +2,6 @@
class UserDetail < ApplicationRecord
extend ::Gitlab::Utils::Override
include IgnorableColumns
ignore_columns %i[bio_html cached_markdown_version], remove_with: '14.5', remove_after: '2021-10-22'
REGISTRATION_OBJECTIVE_PAIRS = { basics: 0, move_repository: 1, code_storage: 2, exploring: 3, ci: 4, other: 5, joining_team: 6 }.freeze
......
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