From 6b5d8b17e28741bccf31029633cc5af7ceab1486 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Wed, 18 May 2022 18:08:05 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- spec/db/schema_spec.rb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'spec/db/schema_spec.rb') diff --git a/spec/db/schema_spec.rb b/spec/db/schema_spec.rb index e21c73976a8..0895e13c3c3 100644 --- a/spec/db/schema_spec.rb +++ b/spec/db/schema_spec.rb @@ -94,7 +94,10 @@ RSpec.describe 'Database schema' do vulnerability_identifiers: %w[external_id], vulnerability_scanners: %w[external_id], security_scans: %w[pipeline_id], # foreign key is not added as ci_pipeline table will be moved into different db soon - vulnerability_reads: %w[cluster_agent_id] + vulnerability_reads: %w[cluster_agent_id], + # See: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/87584 + # Fixes performance issues with the deletion of web-hooks with many log entries + web_hook_logs: %w[web_hook_id] }.with_indifferent_access.freeze context 'for table' do -- cgit v1.2.1