Alembic not registering migrations #1390
-
First Check
Commit to Help
Example Code
DescriptionI add a new field to the user model, in this case test_bool. I then run a migration: docker compose exec backend bash You can see the file gets generated in /app/app/alembic/versions/ and I can inspect this file in docker. It does not however get saved to the backend app/alembic/versions directory. This causes all sorts of problems when restarting that force me to re-create my images and redo the migrations. Operating SystemmacOS Operating System DetailsI have M1 Python Version3.9.6 Additional ContextNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
found issue in other discussion |
Beta Was this translation helpful? Give feedback.
found issue in other discussion