mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-04-28 03:30:10 +00:00
|
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
|
||
|---|---|---|
| .. | ||
| versions | ||
| env.py | ||
| README.md | ||
| script.py.mako | ||
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