summaryrefslogtreecommitdiff
path: root/doc/development/database
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-04-19 12:08:54 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-04-19 12:08:54 +0000
commit2ef0b7f13d72eee215e3491a8db4623cbcdd845c (patch)
tree17863be2de76defcc7ba52691181275b2ce68881 /doc/development/database
parent541758119cb1a4e029a2d0fb0551f52f6cf9a511 (diff)
downloadgitlab-ce-2ef0b7f13d72eee215e3491a8db4623cbcdd845c.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/database')
-rw-r--r--doc/development/database/background_migrations.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/database/background_migrations.md b/doc/development/database/background_migrations.md
index b5a9566ecdb..1f7e0d76c89 100644
--- a/doc/development/database/background_migrations.md
+++ b/doc/development/database/background_migrations.md
@@ -8,7 +8,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
WARNING:
Background migrations are strongly discouraged in favor of the new [batched background migrations framework](../batched_background_migrations.md).
-Please check that documentation and determine if that framework will suit your needs and fall back
+Please check that documentation and determine if that framework suits your needs and fall back
to these only if required.
Background migrations should be used to perform data migrations whenever a