Re: django.db.migrations.exceptions.InconsistentMigrationHistory

2021-12-21 Thread surjeet jaiswal
s://docs.djangoproject.com/en/stable/faq/help/ . This will help you > find people who are willing to support you, and to ask your question in a > way that makes it easy for them to answer. > > Thanks for your understanding and all the best, > > Adam > > On Tue, 21 Dec 2021

django.db.migrations.exceptions.InconsistentMigrationHistory

2021-12-21 Thread surjeet jaiswal
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 muta