/jack-the-gripper

Climbing pinch strength training web app

Primary LanguagePython

Making alembic updates:

cd into the jack_the_gripper poetry package, run the revision, autogenerating off your updated models, and move the head:

$ cd jack_the_gripper
$ alembic revision --autogenerate -m "{some good message}"
$ alembic upgrade head