You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run the docker-compose -f .\docker-compose.py.yml up command to start the entire stack.
The database changes are applied automatically by flyway
The models are generated into backend-python/src/v1/models/model.py .
Devs are encouraged to see the backend-python/src/v1/models/model.py file and update the models in entities.py. The reason of manual process behind is the sqlacodegen is still lacking support for SQLAlchemy 2.x.