Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/spec/db
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-11-22 03:11:24 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-11-22 03:11:24 +0300
commit981548e28502956e47ac43c978cc36908636c265 (patch)
tree94d9dcf60fda19f52a05322a884bead1ae5d730b /spec/db
parent664db1da1cd5951f09c0f54ff5e9dae16bcf1a92 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/db')
-rw-r--r--spec/db/schema_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/db/schema_spec.rb b/spec/db/schema_spec.rb
index 2a81e77aee2..6146e649d70 100644
--- a/spec/db/schema_spec.rb
+++ b/spec/db/schema_spec.rb
@@ -47,6 +47,7 @@ RSpec.describe 'Database schema' do
ci_pending_builds: %w[partition_id],
ci_pipeline_variables: %w[partition_id],
ci_pipelines: %w[partition_id],
+ ci_resources: %w[partition_id],
ci_runner_projects: %w[runner_id],
ci_running_builds: %w[partition_id],
ci_sources_pipelines: %w[partition_id],