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

Issue in django squashed migration while migrating the app from django 1.11 to django 3.0 #663

Open
vimal1083 opened this issue Oct 6, 2020 · 0 comments

Comments

@vimal1083
Copy link

The app was running on 1.11. we are migrating it to 3.0. As it is a multi-tenanted system we use django-tenant-schema.

Consider the app is running on django 1.11, I ran django migrate_schemas command, it ran all the migrations, Then I switch to different virtualenv where django 3.0 is installed but here the showmigrations command says below migration hasn't run
0023_auto_20180921_1708_squashed_0025_auto_20180921_1727

It should be same in both django versions, isn't it?

In screenshot, left side is django 3.0 and right side is django 1.11

Stackoverflow question: https://stackoverflow.com/questions/64229192/issue-in-django-squashed-migration-while-migrating-the-app-from-django-1-11-to-d

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

No branches or pull requests

1 participant