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

Filling the initial database fails #19

Open
olaf7 opened this issue Nov 25, 2021 · 0 comments
Open

Filling the initial database fails #19

olaf7 opened this issue Nov 25, 2021 · 0 comments

Comments

@olaf7
Copy link

olaf7 commented Nov 25, 2021

Related to issue #18 (mixing password/hashed_password ) ?

app/db/init_db.py", line 52, in init_db
user_in = schemas.UserCreate(
File "pydantic/main.py", line 406, in pydantic.main.BaseModel.init
pydantic.error_wrappers.ValidationError: 1 validation error for UserCreate
password
field required (type=value_error.missing)

Field 'id' is also not mapped/queried or is this an autoinc field somehow?

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