Arbitrarily deleting migrations is an extremely bad idea.
Drop and recreate your database, delete all migrations from your project, run an initial migrate to rebuild the system tables, then rerun makemigrations and migrate.
Also See:
Arbitrarily deleting migrations is an extremely bad idea.
Drop and recreate your database, delete all migrations from your project, run an initial migrate to rebuild the system tables, then rerun makemigrations and migrate.
Also See: