Add latest changes from gitlab-org/gitlab@14-10-stable-ee
This commit is contained in:
parent
36f4d31276
commit
4b193df97c
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue