Re: Django "makemigrations -- update" donot working

2023-04-09 Thread David Wobrock
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.

Re: Integrating migrations with the check framework

2020-12-24 Thread David Wobrock
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