diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-04-19 12:08:54 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-04-19 12:08:54 +0000 |
commit | 2ef0b7f13d72eee215e3491a8db4623cbcdd845c (patch) | |
tree | 17863be2de76defcc7ba52691181275b2ce68881 /doc/development/database | |
parent | 541758119cb1a4e029a2d0fb0551f52f6cf9a511 (diff) | |
download | gitlab-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.md | 2 |
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 |