reset db script
This commit is contained in:
parent
4202a72988
commit
4b07d105e3
5
reset_db.sh
Normal file
5
reset_db.sh
Normal file
@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
rm /home/randomsec/RandomSec/MUOR/db.sqlite3
|
||||
touch /home/randomsec/RandomSec/MUOR/db.sqlite3
|
||||
python3 /home/randomsec/RandomSec/MUOR/manage.py makemigrations
|
||||
python3 /home/randomsec/RandomSec/MUOR/manage.py migrate
|
Loading…
Reference in New Issue
Block a user