django.db.utils.DataError: NUMERIC precision 999999999 must be between 1 and 1000

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: