Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 272 Bytes

File metadata and controls

21 lines (14 loc) · 272 Bytes

five-letters

bootstrap

poetry install

migrations

new (autogenerate by changing /app/db/entities/tables.py):

poetry run alembic revision --autogenerate -m 'add users table'

run all:

poetry run alembic upgrade head