d8be981466
add_column_with_default is implemented in terms of update_column_in_batches, but update_column_in_batches can be used independently. Neither of these should be used on the specified large tables, because they will cause issues on large instances like GitLab.com. This also ignores the cop for all existing migrations, renaming AddColumnWithDefaultToLargeTable where appropriate. |
||
---|---|---|
.. | ||
add_column.rb | ||
add_concurrent_foreign_key.rb | ||
add_concurrent_index.rb | ||
add_index.rb | ||
add_timestamps.rb | ||
datetime.rb | ||
hash_index.rb | ||
remove_concurrent_index.rb | ||
remove_index.rb | ||
reversible_add_column_with_default.rb | ||
safer_boolean_column.rb | ||
timestamps.rb | ||
update_column_in_batches.rb | ||
update_large_table.rb |