Django - Deployment and Production
Given the following sequence of commands in production:
What will happen if a model field was renamed but the migration was not created before running
python manage.py makemigrations
python manage.py migrate
What will happen if a model field was renamed but the migration was not created before running
migrate?