Commit 2e75bb50 authored by Sean McGivern's avatar Sean McGivern

Merge branch 'ignore-aws-provider-user-id' into 'master'

Ignore unused user ID on AWS cluster provider

See merge request gitlab-org/gitlab!38879
parents 5339129d 2e6088ae
......@@ -5,6 +5,9 @@ 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