From ecfcccb684722316df4cd6c999a2716b44413733 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Mon, 15 Jun 2020 21:08:35 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- doc/development/database/strings_and_the_text_data_type.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/development/database/strings_and_the_text_data_type.md') diff --git a/doc/development/database/strings_and_the_text_data_type.md b/doc/development/database/strings_and_the_text_data_type.md index 8038663392f..0e77e3972e0 100644 --- a/doc/development/database/strings_and_the_text_data_type.md +++ b/doc/development/database/strings_and_the_text_data_type.md @@ -276,7 +276,7 @@ end ## Text limit 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 really [large table](https://gitlab.com/gitlab-org/gitlab/-/blob/master/rubocop/rubocop-migrations.yml#L3) (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. -- cgit v1.2.3