diff options
Diffstat (limited to 'spec/db')
-rw-r--r-- | spec/db/schema_spec.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/db/schema_spec.rb b/spec/db/schema_spec.rb index edb412cbb9c..9bd6691bdb2 100644 --- a/spec/db/schema_spec.rb +++ b/spec/db/schema_spec.rb @@ -88,7 +88,8 @@ RSpec.describe 'Database schema' do users_star_projects: %w[user_id], 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 + 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] }.with_indifferent_access.freeze context 'for table' do |