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

User table does not exists... #137

Closed
SimonGitter opened this issue Oct 28, 2020 · 1 comment
Closed

User table does not exists... #137

SimonGitter opened this issue Oct 28, 2020 · 1 comment

Comments

@SimonGitter
Copy link

SimonGitter commented Oct 28, 2020

Not sure what i am doing wrong here. I am getting when trying to login with a user or create one.
Does not look like the DB is created...

postgres_1 | 2020-10-28 13:24:12.381 UTC [32] ERROR: relation "user" does not exist at character 263
postgres_1 | 2020-10-28 13:24:12.381 UTC [32] STATEMENT: SELECT "user".id AS user_id, "user".email AS user_email, "user".first_name AS user_first_name, "user".last_name AS user_last_name, "user".hashed_password AS user_hashed_password, "user".is_active AS user_is_active, "user".is_superuser AS user_is_superuser
postgres_1 | FROM "user"
postgres_1 | WHERE "user".email = 'dsfa@asdf.at'
postgres_1 | LIMIT 1
......
backend_1 | sqlalchemy.exc.ProgrammingError: (psycopg2.errors.UndefinedTable) relation "user" does not exist
backend_1 | LINE 2: FROM "user"

@SimonGitter
Copy link
Author

Never mind. runing build.sh did the trick...

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

1 participant