I followed the related procedures and installed Django-GraphQL-Auth from quickstart.
After installing django-graphql-auth and running python manage.py migrate, I experienced this issue. Relation graphql_auth_userstatus does not exist.
Steps to Reproduce
If we need to reproduce and you don't provide steps for it, it will be closed. Alternatively, you can link a repo with the code to run your issue.
[First Step] -- pip install django-graphql-auth
[Second Step] -- adding graphql_auth to the Installed_apps of setting.py.
[and so on...] -- python manage.py migrate
Expected behavior
What you expected to happen
Actual behavior
What actually happened
Requirements
Paste the packages you are using, you can get this information from executing pip freeze.
Prerequisites
For more information, see the CONTRIBUTING guide.
Description
I followed the related procedures and installed Django-GraphQL-Auth from quickstart. After installing django-graphql-auth and running python manage.py migrate, I experienced this issue. Relation graphql_auth_userstatus does not exist.
Steps to Reproduce
If we need to reproduce and you don't provide steps for it, it will be closed. Alternatively, you can link a repo with the code to run your issue.
Expected behavior
What you expected to happen
Actual behavior
What actually happened
Requirements
Paste the packages you are using, you can get this information from executing
pip freeze
.