Commit 3f99e988 authored by Jason Goodman's avatar Jason Goodman

Remove ignore_column token from Operations::FeatureFlagsClient

Remove IgnorableColumns module
parent 07bc375e
......@@ -3,10 +3,8 @@
module Operations
class FeatureFlagsClient < ApplicationRecord
include TokenAuthenticatable
include IgnorableColumns
self.table_name = 'operations_feature_flags_clients'
ignore_column :token, remove_after: '2019-12-15', remove_with: '12.6'
belongs_to :project
......
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