Commit 5f64a44d authored by Mike Jang's avatar Mike Jang

Merge branch 'furkanayhan-master-patch-24218' into 'master'

Fix the typo add_concurrenct_foreign_key

See merge request gitlab-org/gitlab!57737
parents 95bc54ae 0486d87e
......@@ -302,7 +302,7 @@ end
Adding foreign key to `projects`:
We can use the `add_concurrenct_foreign_key` method in this case, as this helper method
We can use the `add_concurrent_foreign_key` method in this case, as this helper method
has the lock retries built into it.
```ruby
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment