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.
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.