Name |
Last commit
|
Last update |
---|---|---|
.. | ||
cop | ||
migration_helpers.rb | ||
model_helpers.rb | ||
rubocop.rb | ||
spec_helpers.rb |
BigW Consortium Gitlab
remove_column should only be used in the up (or change) step of a migration if it's a post-deployment migration. Otherwise there will be downtime due to the ActiveRecord column cache, which we can avoid by using the IgnorableColumn concern in combination with a post-deployment migration.
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
cop | Loading commit data... | |
migration_helpers.rb | Loading commit data... | |
model_helpers.rb | Loading commit data... | |
rubocop.rb | Loading commit data... | |
spec_helpers.rb | Loading commit data... |