gitlab-org--gitlab-foss/spec/rubocop/cop/migration
Sean McGivern eb086a4bfd Disallow methods that copy data on large tables
{change_column_type,rename_column}_concurrently both copy data from one column
to another during a migration, which should not be done on GitLab.com. Instead,
we should use background migrations.
2018-06-19 17:18:15 +01:00
..
add_concurrent_foreign_key_spec.rb Use gitlab-styles 2017-12-22 08:34:44 -06:00
add_concurrent_index_spec.rb Use gitlab-styles 2017-12-22 08:34:44 -06:00
add_timestamps_spec.rb Use gitlab-styles 2017-12-22 08:34:44 -06:00
datetime_spec.rb Use gitlab-styles 2017-12-22 08:34:44 -06:00
hash_index_spec.rb Use gitlab-styles 2017-12-22 08:34:44 -06:00
remove_column_spec.rb Use gitlab-styles 2017-12-22 08:34:44 -06:00
remove_concurrent_index_spec.rb Use gitlab-styles 2017-12-22 08:34:44 -06:00
remove_index_spec.rb Use gitlab-styles 2017-12-22 08:34:44 -06:00
reversible_add_column_with_default_spec.rb Use gitlab-styles 2017-12-22 08:34:44 -06:00
safer_boolean_column_spec.rb Use gitlab-styles 2017-12-22 08:34:44 -06:00
timestamps_spec.rb Use gitlab-styles 2017-12-22 08:34:44 -06:00
update_column_in_batches_spec.rb Use gitlab-styles 2017-12-22 08:34:44 -06:00
update_large_table_spec.rb Disallow methods that copy data on large tables 2018-06-19 17:18:15 +01:00