From b5e7b970e309a026c5c8a3d07af7a857a2e0a4d8 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Fri, 8 Nov 2024 02:30:30 +0100 Subject: [PATCH] build(Makefile): make uniworxdb a compile- target instead of start- --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 402ddf433..6b356381f 100644 --- a/Makefile +++ b/Makefile @@ -274,9 +274,9 @@ static: node_modules assets esbuild.config.mjs npm run build well-known: static; -# HELP(uniworxdb): clear and fill database. requires running postgres +# HELP(compile-uniworxdb): 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) ---start-uniworxdb: --compile-backend +--compile-uniworxdb: --compile-backend SERVER_SESSION_ACID_FALLBACK=${SERVER_SESSION_ACID_FALLBACK:-true} ; \ AVSPASS=${AVSPASS:-nopasswordset} ; \ stack $(--DEVELOPMENT) exec uniworxdb -- $(UNIWORXDB_OPTS)