2017-08-10 11:53:20 -04:00
|
|
|
# Merge Request Checklist
|
|
|
|
|
|
|
|
When creating a merge request that performs database related changes (schema
|
2018-10-07 20:15:48 -04:00
|
|
|
changes, adjusting queries to optimize performance, etc) you should use the
|
|
|
|
merge request template called "Database changes". This template contains a
|
2017-08-10 11:53:20 -04:00
|
|
|
checklist of steps to follow to make sure the changes are up to snuff.
|
|
|
|
|
|
|
|
To use the checklist, create a new merge request and click on the "Choose a
|
2018-10-07 20:15:48 -04:00
|
|
|
template" dropdown, then click "Database changes".
|
2017-08-10 11:53:20 -04:00
|
|
|
|
|
|
|
An example of this checklist can be found at
|
2018-10-07 20:15:48 -04:00
|
|
|
<https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12463>.
|
2017-08-10 11:53:20 -04:00
|
|
|
|
|
|
|
The source code of the checklist can be found in at
|
2018-10-07 20:15:48 -04:00
|
|
|
<https://gitlab.com/gitlab-org/gitlab-ce/blob/master/.gitlab/merge_request_templates/Database%20changes.md>
|