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

Fixes missing foreign key in DB migrations #464

Merged
merged 1 commit into from
Oct 24, 2024
Merged

Fixes missing foreign key in DB migrations #464

merged 1 commit into from
Oct 24, 2024

Conversation

djperrefort
Copy link
Member

The automatically generated DB migrations for v0.5.0 and v0.5.1 will sometimes fail due to a missing foreign key error. This is caused by django's choice to drop and recreate a column instead of renaming it.

@djperrefort djperrefort enabled auto-merge (squash) October 24, 2024 16:00
@djperrefort djperrefort merged commit 5af1972 into main Oct 24, 2024
17 checks passed
@djperrefort djperrefort deleted the fk_conflict branch October 24, 2024 16:04
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.

1 participant