Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

psycopg2.errors.UndefinedTable: relation "graphql_auth_userstatus" does not exist #160

Open
4 of 7 tasks
Fujeng opened this issue Dec 30, 2022 · 1 comment
Open
4 of 7 tasks

Comments

@Fujeng
Copy link

Fujeng commented Dec 30, 2022

Prerequisites

  • Is it a bug?
  • Is it a new feature?
  • Is it a a question?
  • Can you reproduce the problem?
  • Are you running the latest version?
  • Did you check for similar issues?
  • Did you perform a cursory search?

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.

  1. [First Step] -- pip install django-graphql-auth
  2. [Second Step] -- adding graphql_auth to the Installed_apps of setting.py.
  3. [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.

@rahulkp220
Copy link

#164 fixes this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants