Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-12-23 21:14:10 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-12-23 21:14:10 +0300
commit27b95711dd76c60c460cb1f4e37edd68c67b605c (patch)
tree53d5e3862927592a0928953a59ac79b634b7f32f /doc/development/migration_style_guide.md
parent273ee970db58a0488d7b1de5ad7c62bfd21572e4 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/migration_style_guide.md')
-rw-r--r--doc/development/migration_style_guide.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/development/migration_style_guide.md b/doc/development/migration_style_guide.md
index 0bd9979e790..4bc78891e84 100644
--- a/doc/development/migration_style_guide.md
+++ b/doc/development/migration_style_guide.md
@@ -162,6 +162,9 @@ def down
end
```
+Migrations like this are inherently risky and [additional actions](database_review.md#preparation-when-adding-data-migrations)
+are required when preparing the migration for review.
+
## Atomicity
By default, migrations are single transaction. That is, a transaction is opened