gitlab-org--gitlab-foss/rubocop/cop/migration
Sean McGivern a560291f14 Also warn on timestamp in datetime migration cop
The types `timestamp` and `datetime` are aliases:
https://github.com/rails/rails/blob/v4.2.10/activerecord/lib/active_record/connection_adapters/abstract/schema_definitions.rb#L362-L364
2017-10-10 10:36:10 +01:00
..
add_column.rb
add_column_with_default_to_large_table.rb ini 2017-08-01 14:16:10 +09:00
add_concurrent_foreign_key.rb
add_concurrent_index.rb
add_index.rb
add_timestamps.rb
datetime.rb Also warn on timestamp in datetime migration cop 2017-10-10 10:36:10 +01:00
hash_index.rb
remove_concurrent_index.rb
remove_index.rb
reversible_add_column_with_default.rb
safer_boolean_column.rb Add SaferBooleanColumn cop 2017-08-14 07:57:57 -07:00
timestamps.rb
update_column_in_batches.rb