• pbair's avatar
    Create replacement for rename_column_concurrently · 39c35e64
    pbair authored
    Add a new version of rename_column_concurrently that fixes a bug present
    in the current version that can lead to data consistency issues during
    no-downtime deployments.
    
    A new version is added as it requires a different approach than the
    existing migration helper, but some old migrations depend on the
    existing helper, so it may be difficult to change its fundamental
    behavior.
    39c35e64
v2_spec.rb 7.3 KB