Prepare indexes for bigint column conversions
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
Showing
Please register or sign in to comment