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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/deleting_migrations.md b/doc/development/deleting_migrations.md
index 8aa16710d55..b8f23019ac2 100644
--- a/doc/development/deleting_migrations.md
+++ b/doc/development/deleting_migrations.md
@@ -23,7 +23,7 @@ Migrations can be disabled if:
In order to disable a migration, the following steps apply to all types of migrations:
1. Turn the migration into a no-op by removing the code inside `#up`, `#down`
- or `#perform` methods, and adding `#no-op` comment instead.
+ or `#perform` methods, and adding `# no-op` comment instead.
1. Add a comment explaining why the code is gone.
Disabling migrations requires explicit approval of Database Maintainer.