-
Notifications
You must be signed in to change notification settings - Fork 381
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels