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

Migration bug "Nonexistent parent node" #235

Open
Josiah-J opened this issue Sep 30, 2022 · 0 comments
Open

Migration bug "Nonexistent parent node" #235

Josiah-J opened this issue Sep 30, 2022 · 0 comments

Comments

@Josiah-J
Copy link

I installed django-recurrence v1.10.3 for an app I'm developing with Python 3.7.3. All is fine when I run the application locally on my dev machine, however when I deploy the application and run migrations I get the following error:

django.db.migrations.exceptions.NodeNotFoundError: Migration sg_excitation_mgmt.0001_initial dependencies reference nonexistent parent node ('recurrence', '0002_auto_20220930_1640')

I know why this is happening. It is happening because the migration on my app references a migration on the django-recurrence package which is nonexistent. But shouldn't all migrations already exist when I install django-recurrence with pip?

How do I fix this? Thanks

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