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

mysql: Fix column naming bug. #1633

Merged
merged 1 commit into from
Apr 28, 2022
Merged

mysql: Fix column naming bug. #1633

merged 1 commit into from
Apr 28, 2022

Conversation

lukebp
Copy link
Member

@lukebp lukebp commented Apr 27, 2022

This fixes some incorrectly named columns in a sql insert statement.
The statement was part of a function that is only used during database
migrations, so it does not impact normal operation.

This bug was introduced by 5b5c5ed.

This fixes incorrectly named columns in a sql insert statement. The
statement was part of a function that is only used during database
migrations, so it does not impact normal operation.
Copy link
Member

@alexlyp alexlyp left a comment

Choose a reason for hiding this comment

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

ACK

@lukebp lukebp merged commit 94dd965 into decred:master Apr 28, 2022
@lukebp lukebp deleted the bug-mysql branch July 6, 2022 14:48
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.

2 participants