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 and fix 2.0 migrations #236

Merged
merged 1 commit into from
Oct 17, 2023
Merged

squash and fix 2.0 migrations #236

merged 1 commit into from
Oct 17, 2023

Conversation

gsnider2195
Copy link
Contributor

NOTE: This was the result of trying almost every method to get these migrations squashed / working with 2.0 and this was the only option that worked.

We had to make some updates to the existing migrations to fix some circular dependency issues that showed up after the squash. Part of this was adding migration 0020 which should be a no-op for any installs that have already upgraded to 2.0.

We also updated the run_before logic for the 0016 migration to fix circular dependency issues when squashing migrations that contained run_before

@bradh11 bradh11 merged commit f9506c1 into develop Oct 17, 2023
24 checks passed
@bradh11 bradh11 deleted the u/gas-squash-migrations branch October 17, 2023 14:12
@bradh11 bradh11 mentioned this pull request Oct 31, 2023
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