Remove unused ES application settings
Summary
Remove ES application settings that were moved to the ElasticsearchIndex model in !17230 (closed).
Note: This should be done in M+1 releases after the above MR is merged, following the process at https://docs.gitlab.com/ee/development/what_requires_downtime.html#dropping-columns
Changes
-
In release M+1, remove these columns from the
application_settingstable:elasticsearch_urlelasticsearch_shardselasticsearch_replicaselasticsearch_awselasticsearch_aws_regionelasticsearch_aws_access_keyencrypted_elasticsearch_aws_secret_access_keyencrypted_elasticsearch_aws_secret_access_key_iv
-
In release M+2, remove the
ignore_columnsrules inapp/models/application_setting.rb.