summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Leitzen <pleitzen@gitlab.com>2019-08-28 10:54:13 +0000
committerPeter Leitzen <pleitzen@gitlab.com>2019-08-28 10:54:13 +0000
commit2c69d44cf1f2067c9548f449861d61c8fc3df7ea (patch)
tree37da6c43f3375a6a5d648f87f538817953463b98
parentfdb4e88c5744fba530ef4265a5682ead24899a52 (diff)
downloadgitlab-ce-2c69d44cf1f2067c9548f449861d61c8fc3df7ea.tar.gz
Apply suggestion to doc/development/post_deployment_migrations.md
-rw-r--r--doc/development/post_deployment_migrations.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/post_deployment_migrations.md b/doc/development/post_deployment_migrations.md
index 70283a2c91f..7cdc4410dc9 100644
--- a/doc/development/post_deployment_migrations.md
+++ b/doc/development/post_deployment_migrations.md
@@ -74,7 +74,7 @@ Some other examples where these migrations are useful:
- Removing tables
- Migrating jobs from one Sidekiq queue to another
-### When not to use post migrations
+### When not to use post deployment migrations
As described above, post migrations might be useful, however, they are not
run during a setup of a new GitLab instance.