From 20450649ca3132e55aea60436fa6117ca6c1ae5f Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Fri, 27 Sep 2019 09:06:26 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- .gitlab/merge_request_templates/Database changes.md | 1 + 1 file changed, 1 insertion(+) (limited to '.gitlab/merge_request_templates') diff --git a/.gitlab/merge_request_templates/Database changes.md b/.gitlab/merge_request_templates/Database changes.md index 36ed14174d7..89c8c7a5d07 100644 --- a/.gitlab/merge_request_templates/Database changes.md +++ b/.gitlab/merge_request_templates/Database changes.md @@ -24,6 +24,7 @@ When adding migrations: - [ ] Added a `down` method so the migration can be reverted - [ ] Added the output of the migration(s) to the MR body - [ ] Added tests for the migration in `spec/migrations` if necessary (e.g. when migrating data) +- [ ] Added rollback procedure. Include either a rollback procedure or description how to rollback changes When adding or modifying queries to improve performance: -- cgit v1.2.3