Skyvern/alembic
2025-07-17 14:50:05 +08:00
..
versions dns for browser session (#2972) 2025-07-17 14:50:05 +08:00
env.py Move the code over from private repository (#3) 2024-03-01 10:09:30 -08:00
README.md Update N8N Readme with link to repo, disable doctoc metadata (#2330) 2025-05-13 00:09:03 -04:00
script.py.mako Move the code over from private repository (#3) 2024-03-01 10:09:30 -08:00

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