Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consolidate all sql migrations #4356

Closed
SWvheerden opened this issue Jul 28, 2022 · 1 comment
Closed

Consolidate all sql migrations #4356

SWvheerden opened this issue Jul 28, 2022 · 1 comment
Assignees

Comments

@SWvheerden
Copy link
Collaborator

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.

@SWvheerden SWvheerden assigned SWvheerden and unassigned SWvheerden Aug 3, 2022
@jorgeantonio21 jorgeantonio21 self-assigned this Aug 5, 2022
aviator-app bot pushed a commit that referenced this issue Aug 9, 2022
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.
@SWvheerden
Copy link
Collaborator Author

fixed in: #4415

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants