Commit 61c6e2d5 authored by James Fargher's avatar James Fargher

Merge branch 'remove-plan-id-column-ignores' into 'master'

Remove column ignore for plan_id and trial_ends_on

Closes #196862

See merge request gitlab-org/gitlab!35099
parents f4462041 b35c2289
......@@ -13,9 +13,6 @@ class Namespace < ApplicationRecord
include Gitlab::Utils::StrongMemoize
include IgnorableColumns
ignore_column :plan_id, remove_with: '13.1', remove_after: '2020-06-22'
ignore_column :trial_ends_on, remove_with: '13.2', remove_after: '2020-07-22'
# Prevent users from creating unreasonably deep level of nesting.
# The number 20 was taken based on maximum nesting level of
# Android repo (15) + some extra backup.
......
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