Files
arrr-erp/alembic
2026-07-25 22:32:35 +05:30
..
2026-07-25 22:32:35 +05:30

Alembic integration for the Common DB baseline.

Create migration: alembic revision --autogenerate -m "message"

Apply migrations: alembic upgrade head

Downgrade: alembic downgrade -1