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>2023-02-21 09:07:54 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-02-21 09:07:54 +0300
commit6c3db3c7e44f428675da5e85ef1244a35125940e (patch)
treeedcd626bbcf4ecb2676f990458ecaadbf9455b1e /spec/db
parentbfb5557b15d66fc1c22aeec5c345241946b103a3 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/db')
-rw-r--r--spec/db/schema_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/db/schema_spec.rb b/spec/db/schema_spec.rb
index 8b9bcfdeaba..ab858f3b999 100644
--- a/spec/db/schema_spec.rb
+++ b/spec/db/schema_spec.rb
@@ -43,7 +43,7 @@ RSpec.describe 'Database schema', feature_category: :database do
ci_builds: %w[erased_by_id trigger_request_id partition_id],
ci_builds_runner_session: %w[partition_id build_id],
p_ci_builds_metadata: %w[partition_id],
- ci_job_artifacts: %w[partition_id],
+ ci_job_artifacts: %w[partition_id job_id],
ci_job_variables: %w[partition_id],
ci_namespace_monthly_usages: %w[namespace_id],
ci_pending_builds: %w[partition_id],