build(Makefile): work on documentation

This commit is contained in:
Sarah Vaupel 2024-10-17 05:30:11 +02:00
parent b975a6e96a
commit efe53ad5a1

View File

@ -206,9 +206,9 @@ serve-backend:
# TODO: better name # TODO: better name
.PHONY: db .PHONY: db
# HELP: clear and fill database. requires running postgres
db: FRADRIVE_SERVICE=backend db: FRADRIVE_SERVICE=backend
db: --image-build --containerized---db; db: --image-build --containerized---db;
# HELP(db-cf-backend): clear and fill database. requires running postgres
# TODO (db-m-$MIGRATION-backend): apply migration (see src/Model/Migration/Definition.hs for list of available migrations) # TODO (db-m-$MIGRATION-backend): apply migration (see src/Model/Migration/Definition.hs for list of available migrations)
--db-backend: .stack --db-backend: .stack
SERVER_SESSION_ACID_FALLBACK=${SERVER_SESSION_ACID_FALLBACK:-true} ; \ SERVER_SESSION_ACID_FALLBACK=${SERVER_SESSION_ACID_FALLBACK:-true} ; \