Changes between Initial Version and Version 1 of Ticket #30597
- Timestamp:
- Jun 26, 2019, 8:36:14 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30597 – Description
initial v1 4 4 `python manage.py migrate --help` says **Use the name "zero" to unapply all migrations**, and so does [https://docs.djangoproject.com/en/2.2/ref/django-admin/#migrate this page]. That's it. 5 5 6 It's not clear what ''unapplying'' migrations means, unless you're familiar with it already - it's not described [https://docs.djangoproject.com/en/2.2/topics/migrations/ on this page] after searching for "unapply" or "undo" or "reset" or "restart" , nor is it clarified in the help text for the command, and the process of resetting an app's state to start-from-scratch isn't mentioned at all in the migrations docs, except for this tiny affordance.6 It's not clear what ''unapplying'' migrations means, unless you're familiar with it already - it's not described [https://docs.djangoproject.com/en/2.2/topics/migrations/ on this page] after searching for "unapply" or "undo" or "reset" or "restart" or "zero", nor is it clarified in the help text for the command, and the process of resetting an app's state to start-from-scratch isn't mentioned at all in the migrations docs, except for this tiny affordance.