system-prompts-and-models-o.../dealix/db/migrations
2026-05-01 14:03:52 +03:00
..
README.md ci(dealix): root GitHub workflows, ai-company track, full Dealix API tree 2026-05-01 14:03:52 +03:00

Alembic migrations live here. To initialize:

alembic init -t async db/migrations

alembic revision --autogenerate -m "initial schema"

alembic upgrade head