build(Makefile): add db-fill stub

This commit is contained in:
Sarah Vaupel 2024-09-17 01:47:56 +02:00
parent 9965b78ddb
commit 4b0bbbd317

View File

@ -182,6 +182,11 @@ database: .stack .stack-work.lock compile-backend-prod
serve-database: CONTAINER_INTERACTIVE=-it
serve-database: --containerized-database
.PHONY: database-%
database-%:
@echo "This target, intended to fill, clear, migrate, ... the database using uniworxdb from inside the backend container is yet to be implemented"
exit 1
.PHONY: .stack
.stack: stack.yaml stack.yaml.lock
.stack: