Commit f22e684c authored by Mayra Cabrera's avatar Mayra Cabrera

Update high-traffic table links on database doc

Updates not null constraint documentation to reference the new
high-traffic table definition
parent b4bf4e7a
......@@ -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