Files
Dorod-Sky/alembic
Shuchang Zheng 379d5a30cd Add application column to tasks (#1291)
Co-authored-by: Muhammed Salih Altun <muhammedsalihaltun@gmail.com>
2024-11-29 16:43:02 +03:00
..

Table of Contents generated with DocToc

Creating a new revision

alembic revision --autogenerate -m "enter description here"

Note: Please read What does Autogenerate Detect (and what does it not detect?) and always make sure to review the generated revision file before running it.

Running migrations

alembic upgrade head

Downgrading migrations

alembic downgrade -1

Check your current alembic setup

alembic current