Capable of deleting db data

This commit is contained in:
Janic Voser 2022-10-18 23:05:50 +02:00
parent 396f54ef0c
commit f5ebf42d15

View File

@ -20,7 +20,9 @@ start: db-start api-start ui-start
stop: ui-stop api-stop db-stop stop: ui-stop api-stop db-stop
# Clean everything # Clean everything
clean: ui-clean api-clean db-clean clean:
chmod +x ./src/clean-data.sh
./src/clean-data.sh
# Setup Database # Setup Database
db-init: config db-init: config