Commit 6c350a8a authored by Douglas Barbosa Alexandre's avatar Douglas Barbosa Alexandre

Merge branch 'remove-ignore-column-token-opsffc' into 'master'

Remove Ignore Column Token on Operations::FeatureFlagsClient

See merge request gitlab-org/gitlab!24107
parents 9d9ab266 3f99e988
......@@ -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