You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The wallet has a lot of leftover migrations that are not used anymore.
All of the migrations can be consolidated into single up/down files for each used table with the correct fields.
The longer we leave this the more messier this becomes, ideally we want to only have a single set for when we do mainnet.
The text was updated successfully, but these errors were encountered:
Description
---
Currenlty, wallet sql migrations have not been consolidated. This implies, that there exists many duplicate queries that are not anymore necessary. The current PR attempts to simplify the process and thus add logic to create the necessary sql tables once.
Motivation and Context
---
Tackle issue #4356.
How Has This Been Tested?
---
Own verification.
The wallet has a lot of leftover migrations that are not used anymore.
All of the migrations can be consolidated into single up/down files for each used table with the correct fields.
The longer we leave this the more messier this becomes, ideally we want to only have a single set for when we do mainnet.
The text was updated successfully, but these errors were encountered: