diff --git a/Makefile b/Makefile index 04393d287..56ebd24d2 100644 --- a/Makefile +++ b/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} ; \