[Fixed]-Django Upgrade : relation "django_content type" does not exist

1👍

I used uuid field and JSON field in old Django version but in new version these fields are default provided by django models. So i replaced these fields with django default fields and created migrations again….

Now Its working without any issue..

👤Naresh

Leave a comment