Skyvern/alembic
Shuchang Zheng 3e9246cb65
Some checks failed
Run tests and pre-commit / Run tests and pre-commit hooks (push) Waiting to run
Run tests and pre-commit / Frontend Lint and Build (push) Waiting to run
Publish Fern Docs / run (push) Waiting to run
Build Skyvern TS SDK and publish to npm / check-version-change (push) Has been cancelled
Build Skyvern TS SDK and publish to npm / build-and-publish-sdk (push) Has been cancelled
shu/introduce unique key to browser sessions (#4263)
2025-12-10 14:14:41 -08:00
..
versions shu/introduce unique key to browser sessions (#4263) 2025-12-10 14:14:41 -08:00
env.py Issue-2756: updated alembic setup to account for asyncpg mode (#3431) 2025-09-16 00:33:51 -04: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