Problemunvalidated
Alembic doesn't seem to recognize my models and creates empty migrations — when I run alembic revision --autogenerate. Tension: empty migration file with upgrade() and downgrade() functions that just contain pass. Outcome: I resolved it by manually modifying the env.py file.
9df9afd9-5c78-4321-a437-5188087d3fe3
Alembic doesn't seem to recognize my models and creates empty migrations — when I run alembic revision --autogenerate. Tension: empty migration file with upgrade() and downgrade() functions that just contain pass. Outcome: I resolved it by manually modifying the env.py file.