Some checks are pending
Python lint and test / linttest (push) Waiting to run
3 lines
141 B
Makefile
3 lines
141 B
Makefile
.PHONY: migrate
|
|
migrate:
|
|
docker compose exec api sh -c 'alembic -c /usr/local/lib/python3.14/site-packages/fooder/alembic.ini upgrade head'
|