skyvern/alembic
xiaoxue 4608c06bb3 同步完整源码 - 2026-05-24 2026-05-24 23:27:44 +08:00
..
versions 同步完整源码 - 2026-05-24 2026-05-24 23:27:44 +08:00
README.md 同步完整源码 - 2026-05-24 2026-05-24 23:27:44 +08:00
env.py 同步完整源码 - 2026-05-24 2026-05-24 23:27:44 +08:00
script.py.mako 同步完整源码 - 2026-05-24 2026-05-24 23:27:44 +08:00

README.md

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