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-08-18 15:10:16 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-08-18 15:10:16 +0300
commitf10eb9ebaefb0d6ff4ee7552dbf127dc70aaf27d (patch)
treeddf0000b12ccb57f3926785976c4ccd6eaf3aac3 /rubocop
parent89eff770d213e684b5fa4df121cb51a059e8d263 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'rubocop')
-rw-r--r--rubocop/cop/migration/with_lock_retries_disallowed_method.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/rubocop/cop/migration/with_lock_retries_disallowed_method.rb b/rubocop/cop/migration/with_lock_retries_disallowed_method.rb
index 9bf81e7db0c..a89c33c298b 100644
--- a/rubocop/cop/migration/with_lock_retries_disallowed_method.rb
+++ b/rubocop/cop/migration/with_lock_retries_disallowed_method.rb
@@ -18,6 +18,7 @@ module RuboCop
remove_column
execute
change_column_default
+ change_column_null
remove_foreign_key_if_exists
remove_foreign_key_without_error
table_exists?