Add latest changes from gitlab-org/gitlab@14-10-stable-ee

This commit is contained in:
GitLab Bot 2023-05-16 02:59:54 +00:00
parent 36f4d31276
commit 4b193df97c
1 changed files with 1 additions and 1 deletions

View File

@ -471,7 +471,7 @@ that may remain stuck permanently in a **pending** state.
```ruby
Gitlab::Database::BackgroundMigrationJob.pending.where(class_name: "PopulateTopicsNonPrivateProjectsCount").find_each do |job|
puts Gitlab::Database::BackgroundMigrationJob.mark_all_as_succeeded("PopulateTopicsNonPrivateProjectsCountq", job.arguments)
puts Gitlab::Database::BackgroundMigrationJob.mark_all_as_succeeded("PopulateTopicsNonPrivateProjectsCount", job.arguments)
end
```