Hi,

I am still new in Django world, I am between below issue. 
For one of changes, I deleted existing tables and trying to recreate the 
tables through migrations again.
I have created no of django model classes to store data in postgres 
database. From GraphQL interface I am trying to create mutation request 
which is responsible for inserting certain records in tables created 
through model classes.
So model classes create migrations(after running command "python3 manage.py 
makemigrations") through which tables get created, Here I am getting issue 
like
django.db.migrations.exceptions.InconsistentMigrationHistory

>From Log, I can see that for one of the api packages, migrations didn't 
execute, it got skipped. Don't know why.
please help

Thanks,
Surjeet

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/f84b5203-cb1f-4513-ae3e-19b211cf4f6fn%40googlegroups.com.
  • dja... surjeet jaiswal
    • ... 'Adam Johnson' via Django developers (Contributions to Django itself)
      • ... surjeet jaiswal

Reply via email to