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
For the database migration, the first command you run is make stamp_db
federicodm@LAPTOP-RMMEN33V:/mnt/c/Users/fdmol/Desktop/MSCAPP/new-arrivals-chi$ make stamp_db
alembic --config=./new_arrivals_chi/migrations/alembic.ini stamp head
make: alembic: No such file or directory
make: *** [Makefile:21: stamp_db] Error 127
A clear and concise description of what the bug is.
We should be able to stamp the database with the make command, but it is not working.
To Reproduce
-- Activate your poetry environment
-- In the root directory of the project, run make stamp_db
A clear and concise description of what you expected to happen.
Code should run without problems.
The text was updated successfully, but these errors were encountered:
Describe the bug
For the database migration, the first command you run is
make stamp_db
federicodm@LAPTOP-RMMEN33V:/mnt/c/Users/fdmol/Desktop/MSCAPP/new-arrivals-chi$ make stamp_db
alembic --config=./new_arrivals_chi/migrations/alembic.ini stamp head
make: alembic: No such file or directory
make: *** [Makefile:21: stamp_db] Error 127
A clear and concise description of what the bug is.
We should be able to stamp the database with the make command, but it is not working.
To Reproduce
-- Activate your poetry environment
-- In the root directory of the project, run
make stamp_db
A clear and concise description of what you expected to happen.
Code should run without problems.
The text was updated successfully, but these errors were encountered: