-
Notifications
You must be signed in to change notification settings - Fork 808
Closed
Labels
Description
Describe the bug
I've faced with problem that it's impossible to revert migrations because migration 0006_alter_application_client_secret
has no revert action
To Reproduce
- Apply migrations
python manage.py migrate oauth2_provider
- Try to revert migrations
python manage.py migrate oauth2_provider zero
Expected behavior
Migrations are reverted
Version
2.2.0
- I have tested with the latest published release and it's still a problem.
- I have tested with the master branch and it's still a problem.
Additional context