Commit 5feca3e4 authored by Arturo Herrero's avatar Arturo Herrero

Remove title and description ignore rule

parent 77614c16
......@@ -9,7 +9,6 @@ class Service < ApplicationRecord
include DataFields
include IgnorableColumns
ignore_columns %i[title description], remove_with: '13.4', remove_after: '2020-09-22'
ignore_columns %i[default], remove_with: '13.5', remove_after: '2020-10-22'
SERVICE_NAMES = %w[
......
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