InjectiveLabs / injective-chain-releases

This repo contains all the published binaries of the Injective Chain
50 stars 25 forks source link

feat: add migration docker env #71

Closed mmeloni closed 1 year ago

mmeloni commented 1 year ago

This will allow subaccount initialization migration on indexer process env.

Migration it's executed only 1 time at first boot. In order to rerun migration it's required to drop migration collection on the exchange db1

This migration is idempotent. We can run it multiple times with the same result (subaccounts are aligned with valuse stored in chain)