3👍
✅
If you don’t care about your migrations, and the data, just delete the content of the migrations folder and create them again:
rm -f yourapp/migrations/*
touch yourapp/migrations/__init__.py
./manage.py makemigrations
Source:stackexchange.com