Commit dca62fae authored by Alper Akgun's avatar Alper Akgun

Merge branch 'docs-update-link-on-not-null-constraint-doc' into 'master'

Update high-traffic table links on database doc

See merge request gitlab-org/gitlab!57612
parents 3e673d46 f22e684c
......@@ -207,7 +207,7 @@ end
## `NOT NULL` constraints on large tables
If you have to clean up a text column for a really [large table](https://gitlab.com/gitlab-org/gitlab/-/blob/master/rubocop/migration_helpers.rb#L12)
If you have to clean up a text column for a [high-traffic table](../migration_style_guide.md#high-traffic-tables)
(for example, the `artifacts` in `ci_builds`), your background migration will go on for a while and
it will need an additional [background migration cleaning up](../background_migrations.md#cleaning-up)
in the release after adding the data migration.
......
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