Skyvern/alembic
2024-05-16 18:20:11 -07:00
..
versions adopt ruff as the replacement for python black (#332) 2024-05-16 18:20:11 -07:00
env.py Move the code over from private repository (#3) 2024-03-01 10:09:30 -08:00
README.md Move the code over from private repository (#3) 2024-03-01 10:09:30 -08:00
script.py.mako Move the code over from private repository (#3) 2024-03-01 10:09:30 -08: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