diff options
| author | Shinya Maeda <shinya@gitlab.com> | 2017-08-01 14:16:10 +0900 |
|---|---|---|
| committer | Shinya Maeda <shinya@gitlab.com> | 2017-08-01 14:16:10 +0900 |
| commit | 953aa380ebbbcaef8974c3cfb0e15925dbc2c9b6 (patch) | |
| tree | 3ae496b34521c3c1c18d2f2249e8dd9586cbe861 /rubocop | |
| parent | faa2a123911eaf84bb57163ea7af759d4632601b (diff) | |
| download | gitlab-ce-953aa380ebbbcaef8974c3cfb0e15925dbc2c9b6.tar.gz | |
Diffstat (limited to 'rubocop')
| -rw-r--r-- | rubocop/cop/migration/add_column_with_default_to_large_table.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rubocop/cop/migration/add_column_with_default_to_large_table.rb b/rubocop/cop/migration/add_column_with_default_to_large_table.rb index 87788b0d9c2..fb363f95b56 100644 --- a/rubocop/cop/migration/add_column_with_default_to_large_table.rb +++ b/rubocop/cop/migration/add_column_with_default_to_large_table.rb @@ -20,6 +20,7 @@ module RuboCop 'necessary'.freeze LARGE_TABLES = %i[ + ci_pipelines ci_builds events issues |
