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
executing mquery.db is actually not the best solution here, just alembic upgrade head would be better. See teste2e:
- name: run web with docker compose
run: docker compose up --build -d web --wait
- name: init the database
run: docker compose exec -it -w /usr/src/app/src/ web alembic upgrade head
- name: run the rest of the code
run: docker compose up -d
Currently the installation procedure is:
Web container should initialize the database (run migrations) automatically.
This should happen when the web container is started.
Also update the documentation (remove the initialization step when it's not needed).
The text was updated successfully, but these errors were encountered: