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 missing uniqueness constraint in DB migration #462

Merged
merged 1 commit into from
Oct 23, 2024
Merged

Conversation

djperrefort
Copy link
Member

The team membership model and it's associated migration was using an outdated Django mechanism for defining uniqueness constraints. This resulted in the constrain not being applied correctly causing the Postgres migration to fail.

@djperrefort djperrefort linked an issue Oct 23, 2024 that may be closed by this pull request
@djperrefort djperrefort merged commit 3b031fa into main Oct 23, 2024
17 checks passed
@djperrefort djperrefort deleted the migration_patch branch October 23, 2024 20:10
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.

DB migration broken for PostgreSQL in v0.5.0
1 participant