@@ -101,7 +101,7 @@ and details for a database reviewer:
- Check consistency with `db/schema.rb` and that migrations are [reversible](migration_style_guide.md#reversibility)
- Check queries timing (If any): Queries executed in a migration
need to fit comfortably within `15s` - preferably much less than that - on GitLab.com.
- For column removals, make sure the column has been [ignored in a previous release](https://docs.gitlab.com/ee/development/what_requires_downtime.html#dropping-columns)
- For column removals, make sure the column has been [ignored in a previous release](what_requires_downtime.md#dropping-columns)