gitlab-org--gitlab-foss/rubocop/cop/migration
Robert Speicher 02139f5a77 Update the large table list in AddColumnWithDefaultToLargeTable cop
- ci_builds -- 33 million rows, 55 GB
- merge_request_diff_files -- 5 million rows, 9 GB (and growing rapidly)
- merge_request_diffs -- 5 million rows, 190 GB
2017-07-26 12:40:59 -04:00
..
add_column.rb
add_column_with_default_to_large_table.rb Update the large table list in AddColumnWithDefaultToLargeTable cop 2017-07-26 12:40:59 -04:00
add_concurrent_foreign_key.rb
add_concurrent_index.rb
add_index.rb
add_timestamps.rb Add database helpers 'add_timestamps_with_timezone' and 'timestamps_with_timezone' 2017-06-13 22:44:13 +11:00
datetime.rb Add database helpers 'add_timestamps_with_timezone' and 'timestamps_with_timezone' 2017-06-13 22:44:13 +11:00
hash_index.rb Added cop to blacklist the use of hash indexes 2017-07-14 13:19:00 +02:00
remove_concurrent_index.rb
remove_index.rb
reversible_add_column_with_default.rb Rename AddColumnWithDefault to ReversibleAddColumnWithDefault 2017-04-28 15:55:53 -05:00
timestamps.rb Add database helpers 'add_timestamps_with_timezone' and 'timestamps_with_timezone' 2017-06-13 22:44:13 +11:00
update_column_in_batches.rb New Migration/UpdateColumnInBatches cop 2017-05-29 11:28:23 +02:00