Hi,
As you can see, the error message seems quite clear:
> Cannot update applied migration 'authentication.0001_initial'.
One cannot edit a migration that has already been applied.
To update it, you can undo it by running "migrate authentication zero" and
then run "makemigrations --update" again.
Hi everyone,
I agree that there is room for improvement around migrations in Django
with respect to the expected downtime/table locking. But I don’t know
whether this should in Django itself or handled by a 3rd party library.
I’m maintaining the django-migration-linter (the very idea was to h