uchicago-capp-30320 / new-arrivals-chi

GNU Affero General Public License v3.0
9 stars 0 forks source link

(bug): Make command not working 🐛 #276

Open FedericoDM opened 3 months ago

FedericoDM commented 3 months ago

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.