Commit 7bdcd6f3 authored by Robert Speicher's avatar Robert Speicher

Merge branch 'docs-what-requires-downtime-link' into 'master'

fix link that was linking to `html` instead of `md`

See merge request gitlab-org/gitlab-ce!15646
parents 124fa93a 9295c827
...@@ -37,7 +37,7 @@ when using the migration helper method ...@@ -37,7 +37,7 @@ when using the migration helper method
`Gitlab::Database::MigrationHelpers#add_column_with_default`. This method works `Gitlab::Database::MigrationHelpers#add_column_with_default`. This method works
similar to `add_column` except it updates existing rows in batches without similar to `add_column` except it updates existing rows in batches without
blocking access to the table being modified. See ["Adding Columns With Default blocking access to the table being modified. See ["Adding Columns With Default
Values"](migration_style_guide.html#adding-columns-with-default-values) for more Values"](migration_style_guide.md#adding-columns-with-default-values) for more
information on how to use this method. information on how to use this method.
## Dropping Columns ## Dropping Columns
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment