gitlab-org--gitlab-foss/rubocop/cop/migration
Robert Speicher 9c27c90b4a Rename AddColumnWithDefault to ReversibleAddColumnWithDefault
We're going to add another cop that deals with another aspect of
`add_column_with_default`, so we need to separate them.
2017-04-28 15:55:53 -05:00
..
add_column.rb Enable Style/MutableConstant 2017-02-23 09:31:56 -06:00
add_concurrent_foreign_key.rb Enable Style/MutableConstant 2017-02-23 09:31:56 -06:00
add_concurrent_index.rb Add remove_concurrent_index to database helper 2017-04-06 09:53:57 +11:00
add_index.rb Enable Style/MutableConstant 2017-02-23 09:31:56 -06:00
remove_concurrent_index.rb Add remove_concurrent_index to database helper 2017-04-06 09:53:57 +11:00
remove_index.rb Add remove_concurrent_index to database helper 2017-04-06 09:53:57 +11:00
reversible_add_column_with_default.rb Rename AddColumnWithDefault to ReversibleAddColumnWithDefault 2017-04-28 15:55:53 -05:00