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>2021-01-27 15:09:01 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-01-27 15:09:01 +0300
commit507c0e71cd73201beadf9c5e1e0361fc8e9e2665 (patch)
tree2f9896faffe068d93d1789a72c5ed81954c791c4 /rubocop
parent6e7dc3f9d6b95200abd1fcd5cc418a9ae9803e4c (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'rubocop')
-rw-r--r--rubocop/migration_helpers.rb7
1 files changed, 4 insertions, 3 deletions
diff --git a/rubocop/migration_helpers.rb b/rubocop/migration_helpers.rb
index e9533fb65b2..c06d69a4359 100644
--- a/rubocop/migration_helpers.rb
+++ b/rubocop/migration_helpers.rb
@@ -7,11 +7,12 @@ module RuboCop
plan_limits
].freeze
- # Tables with large number of columns (> 50 on GitLab.com as of 03/2020)
+ # Tables with large number of columns (> 50 on GitLab.com as of 01/2021)
WIDE_TABLES = %i[
- users
- projects
ci_builds
+ namespaces
+ projects
+ users
].freeze
# List of helpers that add new columns, either directly (ADD_COLUMN_METHODS)