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

Squash Wagtail migrations #6295

Merged
merged 2 commits into from
Oct 31, 2024
Merged

Conversation

akatsoulas
Copy link
Collaborator

No description provided.

Copy link
Contributor

@escattone escattone left a comment

Choose a reason for hiding this comment

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

This ran without error for me locally, but I see that the DB migration is failing when run in CircleCI at the start of the unit tests. When I look at the squashed migration for the products app, I see that it's including some intermediate steps in the operations that, in the end, are removed. For example, for the Topic model, the product field is created, altered, and then finally removed -- likewise for the unique_together constraint and the ordering for that model. Perhaps we should manually adjust the operations to only include the final values for each model?

@akatsoulas akatsoulas force-pushed the squash-wagtail-migrations branch 2 times, most recently from 00f2686 to 4a02648 Compare October 31, 2024 17:45
@akatsoulas akatsoulas force-pushed the squash-wagtail-migrations branch from 4a02648 to 684f534 Compare October 31, 2024 17:46
Copy link
Contributor

@escattone escattone left a comment

Choose a reason for hiding this comment

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

Good idea on the fix!

@escattone escattone merged commit 463ab47 into mozilla:main Oct 31, 2024
2 checks passed
@akatsoulas akatsoulas deleted the squash-wagtail-migrations branch November 1, 2024 10:31
smithellis pushed a commit to smithellis/kitsune that referenced this pull request Dec 19, 2024
* Squash Wagtail migrations

* Drop unique_constraint
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants