• A
    destroy all signatures and add with default value · 7f45dd92
    Alexis Reigel 提交于
    To avoid having to implement legacy code handling for the obsolete
    `verified_signature` attribute and to avoid any race conditions during
    the zero-downtime-deployment we do the following:
    
    1. Destroy all records
    2. Migration: Use add_column_with_default to add the new attribute and
       update the verification_status values on records created between 1.
       and 2.
    3. Deploy the new code
    4. Post migration: Destroy all records
    
    Like this we make sure that at no point there is a record with a `nil`
    value for the new `verification_status` attribute.
    7f45dd92
20170817123339_add_verification_status_to_gpg_signatures.rb 741 字节