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

Migrations fail updating primary key constraint name when constraint is used in other tables #1940

Closed
tonykaralis opened this issue Oct 21, 2021 · 0 comments · Fixed by #1944

Comments

@tonykaralis
Copy link
Contributor

Follow on from #1854.

Migrations are being generated when primary key constraint names have changed. When the constraint is not used in another table the migrations complete successfully, however when a constraint is used in another table the migrations fail.

The fix for this would end up in the Weasel project. See JasperFx/weasel#42

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

Successfully merging a pull request may close this issue.

2 participants