Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-10-07 15:09:12 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-10-07 15:09:12 +0300
commitcf37ae7acd7e3868f632c37a508fe9c5a220a9ba (patch)
treeb1ca4075bc89c4981ece17681993d5bf52e5ce25 /rubocop/rubocop-migrations.yml
parent419f9c0ac3ae842964cc191932cab795463b259c (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'rubocop/rubocop-migrations.yml')
-rw-r--r--rubocop/rubocop-migrations.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/rubocop/rubocop-migrations.yml b/rubocop/rubocop-migrations.yml
index a919d570ccc..454bed71833 100644
--- a/rubocop/rubocop-migrations.yml
+++ b/rubocop/rubocop-migrations.yml
@@ -1,6 +1,7 @@
+# Make sure to update the docs if this file moves. Docs URL: https://docs.gitlab.com/ce/development/migration_style_guide.html#when-to-use-the-helper-method
Migration/UpdateLargeTable:
Enabled: true
- DeniedTables: &denied_tables # size in GB (>= 10 GB on GitLab.com as of 02/2020) and/or number of records
+ HighTrafficTables: &high_traffic_tables # size in GB (>= 10 GB on GitLab.com as of 02/2020) and/or number of records
- :audit_events
- :ci_build_trace_sections
- :ci_builds