From 83c8241160ed48ab066e2c5bd58d0914a745197c Mon Sep 17 00:00:00 2001 From: Yorick Peterse Date: Thu, 27 Oct 2016 14:36:53 +0200 Subject: Support for post deployment migrations These are regular Rails migrations that are executed by default. A user can opt-out of these migrations by setting an environment variable during the deployment process. Fixes gitlab-org/gitlab-ce#22133 --- doc/development/README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/development/README.md') diff --git a/doc/development/README.md b/doc/development/README.md index 14d6f08e43a..3f2151bbe8e 100644 --- a/doc/development/README.md +++ b/doc/development/README.md @@ -41,6 +41,7 @@ - [What requires downtime?](what_requires_downtime.md) - [Adding database indexes](adding_database_indexes.md) +- [Post Deployment Migrations](post_deployment_migrations.md) ## Compliance -- cgit v1.2.1