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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

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?

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