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
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user