gitlab-org--gitlab-foss/rubocop/cop/migration
Toon Claes 54b639195d Make add_reference cop accept a hash for :index
It might happen you want to make the reference column have a unique
value, or you want to create partial indexes. So instead of only
accepting a `true` value, also accept a hash of options.
2018-11-27 11:40:38 +01:00
..
add_column.rb Use gitlab-styles 2017-12-22 08:34:44 -06:00
add_concurrent_foreign_key.rb Use gitlab-styles 2017-12-22 08:34:44 -06:00
add_concurrent_index.rb Use gitlab-styles 2017-12-22 08:34:44 -06:00
add_index.rb Use gitlab-styles 2017-12-22 08:34:44 -06:00
add_reference.rb Make add_reference cop accept a hash for :index 2018-11-27 11:40:38 +01:00
add_timestamps.rb Use gitlab-styles 2017-12-22 08:34:44 -06:00
datetime.rb Use gitlab-styles 2017-12-22 08:34:44 -06:00
hash_index.rb Use gitlab-styles 2017-12-22 08:34:44 -06:00
remove_column.rb Use gitlab-styles 2017-12-22 08:34:44 -06:00
remove_concurrent_index.rb Use gitlab-styles 2017-12-22 08:34:44 -06:00
remove_index.rb Use gitlab-styles 2017-12-22 08:34:44 -06:00
reversible_add_column_with_default.rb Use gitlab-styles 2017-12-22 08:34:44 -06:00
safer_boolean_column.rb Resolve "Make a Rubocop that forbids returning from a block" 2018-04-18 09:19:40 +00:00
timestamps.rb Use gitlab-styles 2017-12-22 08:34:44 -06:00
update_column_in_batches.rb Enable RuboCop Style/RegexpLiteral 2018-02-01 02:06:07 +09:00
update_large_table.rb Add more large tables to cop 2018-06-22 12:08:39 +01:00