Removed unused db script

This commit is contained in:
Martyn Inglis
2016-01-11 13:44:00 +00:00
parent 22adf6481f
commit ee034723b7
2 changed files with 1 additions and 13 deletions

View File

@@ -4,4 +4,4 @@ echo "Install dependencies"
cd /home/ubuntu/notifications-admin;
export FLASK_CONFIG=/home/ubuntu/config.cfg
pip3 install -r /home/ubuntu/notifications-admin/requirements.txt
python3 db.py db upgrade
python3 app.py db upgrade