#1020 enables hashing of client secrets and #1074 adds the missed migration required by it. 1. Create cleartext client secrets in a version prior to that commit 2. Upgrade DOT to master 3. Set a [CLIENT_SECRET_HASHER](https://django-oauth-toolkit.readthedocs.io/en/latest/settings.html#client-secret-hasher) other than None. 4. Run migration `0006_alter_application_client_secret` 6. Confirm that the old cleartext client secrets migrated correctly and still work.