Commit fd866715 authored by Furkan Ayhan's avatar Furkan Ayhan

Remove ignored columns from Plan model

parent 888aa6fd
# frozen_string_literal: true # frozen_string_literal: true
class Plan < ApplicationRecord 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 DEFAULT = 'default'.freeze
FREE = 'free'.freeze FREE = 'free'.freeze
BRONZE = 'bronze'.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