Files
arrr-erp/alembic/README.md
T
2026-06-20 15:01:44 +05:30

11 lines
197 B
Markdown

Alembic integration for the Common DB baseline.
Create migration:
alembic revision --autogenerate -m "message"
Apply migrations:
alembic upgrade head
Downgrade:
alembic downgrade -1