Commit 9ee7ad43 authored by Jan Provaznik's avatar Jan Provaznik

Merge branch 'ignore-trial-ends-on-column' into 'master'

Ignore namespaces.trial_ends_on column

See merge request gitlab-org/gitlab!31746
parents a1478b2f 98fca498
...@@ -14,6 +14,7 @@ class Namespace < ApplicationRecord ...@@ -14,6 +14,7 @@ class Namespace < ApplicationRecord
include IgnorableColumns include IgnorableColumns
ignore_column :plan_id, remove_with: '13.1', remove_after: '2020-06-22' 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. # Prevent users from creating unreasonably deep level of nesting.
# The number 20 was taken based on maximum nesting level of # The number 20 was taken based on maximum nesting level of
......
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