Files
arrr-erp/alembic
2026-07-23 14:44:02 +05:30
..
2026-07-23 14:44:02 +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