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
add_concurrent_index_spec.rb
add_timestamps_spec.rb
datetime_spec.rb
hash_index_spec.rb
remove_column_spec.rb
remove_concurrent_index_spec.rb
remove_index_spec.rb
reversible_add_column_with_default_spec.rb
safer_boolean_column_spec.rb
timestamps_spec.rb
update_column_in_batches_spec.rb
update_large_table_spec.rb Disallow methods that copy data on large tables 2018-06-19 17:18:15 +01:00