diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2023-05-04 03:09:07 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2023-05-04 03:09:07 +0000 |
commit | 44ca34ad66b8b7f54c0c8a8f549aafb7293c8a38 (patch) | |
tree | 2c53ff23c11272b1546d5901c95ce1357bceb5c7 /spec/db | |
parent | b301036d090d8a7365f98a0444d09f8a09664834 (diff) | |
download | gitlab-ce-44ca34ad66b8b7f54c0c8a8f549aafb7293c8a38.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/db')
-rw-r--r-- | spec/db/schema_spec.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/db/schema_spec.rb b/spec/db/schema_spec.rb index c13790b70ec..54f894c0436 100644 --- a/spec/db/schema_spec.rb +++ b/spec/db/schema_spec.rb @@ -22,7 +22,6 @@ 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_cert_managers: %w[cluster_id], clusters_applications_cilium: %w[cluster_id], clusters_applications_crossplane: %w[cluster_id], clusters_applications_helm: %w[cluster_id], |