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

DB fieldname is inconsistant #18

Open
olaf7 opened this issue Nov 24, 2021 · 2 comments
Open

DB fieldname is inconsistant #18

olaf7 opened this issue Nov 24, 2021 · 2 comments

Comments

@olaf7
Copy link

olaf7 commented Nov 24, 2021

When building the example DB with Alembic the User table has a field 'password', but the code which fills the database assumes the field to be called 'hashed_password'. (part 10)
When not using Alembic by uncommenting a line in db/init_db.py I get an error about not recognizing Base which is not(?) imported although mentioned in init.py

@olaf7
Copy link
Author

olaf7 commented Nov 26, 2021

I also noticed the use of 'full_name' versus 'first_name' and 'surname'.

@chaosisnotrandomitisrhythmic

+1

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