Swap Hasura to use current_unified_fungible_asset_balances
Add a killswitch on current_unified_fungible_asset_balances_to_be_renamed
In addition, make a migration dropping columns. We want to split dropping columns separately from adding columns back so that we can add the columns without going through diesel migration again.
Deploy the change with KS turned on. This should create no downtime since column dropping is quick.
[This PR]
Add generated columns back in dbeaver
Create new migration with added columns. Then remove KS.
Rename current_fungible_asset_balances to current_fungible_asset_balances_legacy
Rename current_unified_fungible_asset_balances_to_be_renamed to current_fungible_asset_balances
current_unified_fungible_asset_balances
current_unified_fungible_asset_balances_to_be_renamed
[This PR]
current_fungible_asset_balances
tocurrent_fungible_asset_balances_legacy
current_unified_fungible_asset_balances_to_be_renamed
tocurrent_fungible_asset_balances