summaryrefslogtreecommitdiff
path: root/doc/development/deleting_migrations.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/development/deleting_migrations.md')
-rw-r--r--doc/development/deleting_migrations.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/development/deleting_migrations.md b/doc/development/deleting_migrations.md
index f159f679c32..25ec1c08335 100644
--- a/doc/development/deleting_migrations.md
+++ b/doc/development/deleting_migrations.md
@@ -21,8 +21,8 @@ Instead of deleting we can opt for disabling the migration.
Migrations can be disabled if:
- They caused a timeout or general issue on GitLab.com.
-- They are obsoleted, e.g. changes are not necessary due to a feature change.
-- Migration is a data migration only, i.e. the migration does not change the database schema.
+- They are obsoleted, for example, changes are not necessary due to a feature change.
+- Migration is a data migration only, that is, the migration does not change the database schema.
## How to disable a data migration?