Skyvern/alembic
Suchintan 03e23fe9ba
feat(SKY-11051): back Save & Reuse Session with auto-managed browser profiles (#7032)
Co-authored-by: Suchintan Singh <suchintan@skyvern.com>
2026-07-02 19:35:07 -04:00
..
versions feat(SKY-11051): back Save & Reuse Session with auto-managed browser profiles (#7032) 2026-07-02 19:35:07 -04:00
env.py fix: quickstart fails on Windows — missing DATABASE_STRING (#5719) 2026-04-30 02:59:52 +00: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