From f5ebf42d15ef0b7e93a92bf468a4c7a9f48c1d8c Mon Sep 17 00:00:00 2001 From: janic Date: Tue, 18 Oct 2022 23:05:50 +0200 Subject: [PATCH] Capable of deleting db data --- makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/makefile b/makefile index aa646a5..a25172a 100644 --- a/makefile +++ b/makefile @@ -20,7 +20,9 @@ start: db-start api-start ui-start stop: ui-stop api-stop db-stop # Clean everything -clean: ui-clean api-clean db-clean +clean: + chmod +x ./src/clean-data.sh + ./src/clean-data.sh # Setup Database db-init: config