From dc2267b37da17fa04f2545e36f86f5627c1604fd Mon Sep 17 00:00:00 2001 From: Nikolay Samokhvalov Date: Mon, 22 Jul 2019 15:32:38 +0000 Subject: Apply suggestion to doc/development/migration_style_guide.md --- doc/development/migration_style_guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/development/migration_style_guide.md b/doc/development/migration_style_guide.md index 98c67a23bea..188032c3592 100644 --- a/doc/development/migration_style_guide.md +++ b/doc/development/migration_style_guide.md @@ -11,7 +11,7 @@ guide below. Migrations are **not** allowed to require GitLab installations to be taken offline unless _absolutely necessary_. Downtime assumptions should be based on -the behavior of migration when performed using PostgreSQL, as various +the behavior of the migration when performed using PostgreSQL, as various operations in MySQL may require downtime without there being alternatives. When downtime is necessary the migration has to be approved by: -- cgit v1.2.1