Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 226 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 226 Bytes

Alembic commands To create a revision : alembic revision -m "Create phone number for user column"

To upgrade the db with the revision: alembic upgrade 7bcd40d197d0

To downgrade the db with the revision: alembic downgrade -1