build(Makefile): add db-fill stub
This commit is contained in:
parent
9965b78ddb
commit
4b0bbbd317
5
Makefile
5
Makefile
@ -182,6 +182,11 @@ database: .stack .stack-work.lock compile-backend-prod
|
|||||||
serve-database: CONTAINER_INTERACTIVE=-it
|
serve-database: CONTAINER_INTERACTIVE=-it
|
||||||
serve-database: --containerized-database
|
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
|
.PHONY: .stack
|
||||||
.stack: stack.yaml stack.yaml.lock
|
.stack: stack.yaml stack.yaml.lock
|
||||||
.stack:
|
.stack:
|
||||||
|
|||||||
Reference in New Issue
Block a user