simply delete all previous migration files except the first "0001_initial.py" migration file, then enter the makemigrations command, and migrate. clearing all previous migrations, the program would make migrations for all changes not in the initial migration without having to reference any conflicting node.