build(Makefile): work on documentation
This commit is contained in:
parent
b975a6e96a
commit
efe53ad5a1
2
Makefile
2
Makefile
@ -206,9 +206,9 @@ serve-backend:
|
||||
|
||||
# TODO: better name
|
||||
.PHONY: db
|
||||
# HELP: clear and fill database. requires running postgres
|
||||
db: FRADRIVE_SERVICE=backend
|
||||
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)
|
||||
--db-backend: .stack
|
||||
SERVER_SESSION_ACID_FALLBACK=${SERVER_SESSION_ACID_FALLBACK:-true} ; \
|
||||
|
||||
Reference in New Issue
Block a user