Database didn't destroy before build failed

My projects using django. So when migrate it shows “No migrations to apply.”
(makemigrations is run correctly)

It’s like database didn’t destroy old data(cause I have been adding new models to it)

Any chance you enabled caching?