Commit 249c8c90 authored by Sean McGivern's avatar Sean McGivern

Merge branch '36206-removing-ignored-columns-from-plan' into 'master'

Remove ignored columns from Plan model

See merge request gitlab-org/gitlab!22302
parents db3e5019 fd866715
# frozen_string_literal: true
class Plan < ApplicationRecord
include IgnorableColumns
ignore_columns %i[active_pipelines_limit pipeline_size_limit active_jobs_limit], remove_after: '2019-12-01', remove_with: '12.6'
DEFAULT = 'default'.freeze
FREE = 'free'.freeze
BRONZE = 'bronze'.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