• pbair's avatar
    Prepare indexes for bigint column conversions · e09fc697
    pbair authored
    Add migrations to create indexes asynchronously for tables that need to
    have columns converted from int to bigint. Creating the indexes
    asynchronously will preventing the column swap migrations from running
    for an excessive length of time.
    
    Changelog: other
    e09fc697
20210804154407 64 Bytes