system-prompts-and-models-o.../dealix/db/migrations/README.md
2026-05-01 14:03:52 +03:00

168 B

Alembic migrations live here. To initialize:

alembic init -t async db/migrations

alembic revision --autogenerate -m "initial schema"

alembic upgrade head