# Generate the initial migration against Postgres (see README / alembic.ini):
#   docker compose up -d db
#   python -m alembic -c packages/ony_core/alembic.ini revision --autogenerate -m "initial schema"
# It is intentionally not committed yet - tests use Base.metadata.create_all on SQLite.
