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
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-05-17 06:07:10 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-05-17 06:07:10 +0300
commit9bf8cb8d34039f3cef9e1b2f812ce634f2bebe69 (patch)
treec1e4d7a8dc008004b3e3861a4d8f6d9439ffabf8 /spec/migrations/finalize_issues_iid_scoping_to_namespace_spec.rb
parente91080371b32e69d038b3a94261688c09dbcd641 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/migrations/finalize_issues_iid_scoping_to_namespace_spec.rb')
-rw-r--r--spec/migrations/finalize_issues_iid_scoping_to_namespace_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/migrations/finalize_issues_iid_scoping_to_namespace_spec.rb b/spec/migrations/finalize_issues_iid_scoping_to_namespace_spec.rb
index 1834e8c6e0e..c4f091d0d80 100644
--- a/spec/migrations/finalize_issues_iid_scoping_to_namespace_spec.rb
+++ b/spec/migrations/finalize_issues_iid_scoping_to_namespace_spec.rb
@@ -4,7 +4,7 @@ require 'spec_helper'
require_migration!
RSpec.describe FinalizeIssuesIidScopingToNamespace, :migration, feature_category: :team_planning do
- let(:batched_migrations) { table(:batched_background_migrations) }
+ let(:batched_migrations) { table(:batched_background_migrations, database: :main) }
let!(:migration) { described_class::MIGRATION }