Capable of deleting db data
This commit is contained in:
parent
396f54ef0c
commit
f5ebf42d15
4
makefile
4
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user