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

fix: consolidate sql migrations (see issue #4356) #4415

Conversation

jorgeantonio21
Copy link
Contributor

@jorgeantonio21 jorgeantonio21 commented Aug 8, 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.

@jorgeantonio21 jorgeantonio21 marked this pull request as ready for review August 8, 2022 11:17
@jorgeantonio21 jorgeantonio21 self-assigned this Aug 8, 2022
stringhandler
stringhandler previously approved these changes Aug 8, 2022
Copy link
Collaborator

@stringhandler stringhandler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, will have to see if the tests on CI pass

@aviator-app aviator-app bot merged commit 91cd76f into tari-project:development Aug 9, 2022
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

Successfully merging this pull request may close these issues.

None yet

3 participants