Skip to content

Conversation

@rustyscottweber
Copy link

Fixes the bug:56128 #56128

While migrating to PostgreSQL users suffer an issue where the sequence variables aren't set.

After making this fix, the sequences are set correctly and migration succeeds.

@solracsf
Copy link
Member

Thanks for your PR. 👍

Can you please fix both DCO and commit message?
https://www.conventionalcommits.org/en/v1.0.0/#examples

@rustyscottweber
Copy link
Author

Thanks for your PR. 👍

Can you please fix both DCO and commit message? https://www.conventionalcommits.org/en/v1.0.0/#examples

Forgive my ignorance, but what does DCO mean? I am unfamiliar with this parlance.
Is there anything else in the commit message that needs fixing?

@solracsf
Copy link
Member

Basically all commits need to be signed with signed-off-by: your name <your email address>.

git commit -s already does this for you.

@solracsf solracsf changed the title fix issue 56128 : converting from mysql -> postgresql results in sequ… fix: Set correct sequences converting MySQL to PostgreSQL Nov 24, 2025
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