diff options
author | Sean McGivern <sean@gitlab.com> | 2018-06-22 11:09:46 +0100 |
---|---|---|
committer | Sean McGivern <sean@gitlab.com> | 2018-06-22 12:08:39 +0100 |
commit | 03ccd39a0ccafe79df50702464ff02d3ca0312c4 (patch) | |
tree | df667f9164d9c7de4a6f46e339c69b69f9d2ff5a /rubocop/cop | |
parent | eb086a4bfd2495168483a2652571f247e6b768a5 (diff) | |
download | gitlab-ce-03ccd39a0ccafe79df50702464ff02d3ca0312c4.tar.gz |
Add more large tables to copupdate-large-tables-cop
These are all over 20 GB on GitLab.com. merge_request_diff_commits is several
hundred gigabytes in size.
Diffstat (limited to 'rubocop/cop')
-rw-r--r-- | rubocop/cop/migration/update_large_table.rb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/rubocop/cop/migration/update_large_table.rb b/rubocop/cop/migration/update_large_table.rb index e3e3de0a4d7..c15eec22d04 100644 --- a/rubocop/cop/migration/update_large_table.rb +++ b/rubocop/cop/migration/update_large_table.rb @@ -20,10 +20,14 @@ module RuboCop 'necessary'.freeze LARGE_TABLES = %i[ - ci_pipelines + ci_build_trace_sections ci_builds + ci_job_artifacts + ci_pipelines + ci_stages events issues + merge_request_diff_commits merge_request_diff_files merge_request_diffs merge_requests |