From 4b0bbbd317562f681af1b951c4ca7bfa66051bdb Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Tue, 17 Sep 2024 01:47:56 +0200 Subject: [PATCH] build(Makefile): add db-fill stub --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index 10c052ea0..31e2b664b 100644 --- a/Makefile +++ b/Makefile @@ -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: