diff options
Diffstat (limited to 'doc/development/database_review.md')
-rw-r--r-- | doc/development/database_review.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/development/database_review.md b/doc/development/database_review.md index 082c843a12c..8e217725a17 100644 --- a/doc/development/database_review.md +++ b/doc/development/database_review.md @@ -49,7 +49,7 @@ If new migrations are introduced, in the MR **you are required to provide**: Note that we have automated tooling for [GitLab](https://gitlab.com/gitlab-org/gitlab) (provided by the -`db:check-migrations` pipeline job) that provides this output for migrations on +[`db:check-migrations`](database/dbcheck-migrations-job.md) pipeline job) that provides this output for migrations on ~database merge requests. You do not need to provide this information manually if the bot can do it for you. The bot also checks that migrations are correctly reversible. @@ -66,7 +66,7 @@ Refer to [Preparation when adding or modifying queries](#preparation-when-adding ### Roles and process -A Merge Request **author**'s role is to: +A merge request **author**'s role is to: - Decide whether a database review is needed. - If database review is needed, add the ~database label. |