Skip to content

Shorten method name to `Gitlab::Database::EachDatabase.each_connection`

What does this MR do and why?

Related to #413918 (closed)

This MR renames the method

Gitlab::Database::EachDatabase.each_database_connection

and it's alias

Gitlab::Database::EachDatabase.each_db_connection

to a shorter:

Gitlab::Database::EachDatabase.each_connection

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #413918 (closed)

Edited by Manoj M J

Merge request reports