Django - Deployment and Production
Given the following migration commands run in production:
What will be the state of app1 migrations after these commands?
python manage.py migrate app1 0003
python manage.py migrate app1
What will be the state of app1 migrations after these commands?
