fooder-api/doc/install/Makefile
Piotr Domański b112295d6a
Some checks are pending
Python lint and test / linttest (push) Waiting to run
[prod] works
2026-04-07 23:11:03 +02:00

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'