Commit 898e2434 authored by Shinya Maeda's avatar Shinya Maeda

Merge branch '35223-remove-cluster-providers-aws-column-ignore' into 'master'

Remove cluster_providers_aws.created_by_user_id column ignore

See merge request gitlab-org/gitlab!45595
parents add68e2c 01ab630e
......@@ -5,9 +5,6 @@ module Clusters
class Aws < ApplicationRecord
include Gitlab::Utils::StrongMemoize
include Clusters::Concerns::ProviderStatus
include IgnorableColumns
ignore_column :created_by_user_id, remove_with: '13.4', remove_after: '2020-08-22'
self.table_name = 'cluster_providers_aws'
......
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