diff options
Diffstat (limited to 'spec/db/schema_spec.rb')
-rw-r--r-- | spec/db/schema_spec.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/spec/db/schema_spec.rb b/spec/db/schema_spec.rb index 605ba78da09..e4ea60762ac 100644 --- a/spec/db/schema_spec.rb +++ b/spec/db/schema_spec.rb @@ -22,11 +22,8 @@ RSpec.describe 'Database schema', feature_category: :database do # In the subsequent table removal MR, remove the entries. # See: https://docs.gitlab.com/ee/development/migration_style_guide.html#dropping-a-database-table REMOVED_FKS = { - clusters_applications_cilium: %w[cluster_id], clusters_applications_helm: %w[cluster_id], - clusters_applications_ingress: %w[cluster_id], clusters_applications_knative: %w[cluster_id], - clusters_applications_prometheus: %w[cluster_id], clusters_applications_runners: %w[cluster_id], serverless_domain_cluster: %w[clusters_applications_knative_id creator_id pages_domain_id] }.with_indifferent_access.freeze |